Job parameter

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kennyapril
Participant
Posts: 248
Joined: Fri Jul 30, 2010 9:04 am

Job parameter

Post by kennyapril »

I was passing job parameter which is RUNDATE and the datatype is String used in the parameter, but this parameter is used for jobruntime in the parallel job. In the sequence of this job the parameter is been given value in the uservariable stage as DSjobruntimeStamp. Finally when I run the sequence it should read the dsjobruntime and send it to the parallel job which sends it to the target. AS the datatype given is string in the job parameter for RUNTIME the sequence job fails as we are sending the time stamp.

In the parallel job this string has been converted to timestamp but the dsjobruntime is not coming to the job parameter.


Please suggest any changes
Regards,
Kenny
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check the name of the DataStage macro. I think it's actually DSJobStartTimestamp.

Note, too, that DataStage macro names are case sensitive.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply