Dsrunjob with Invocationid

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
arun_im4u
Premium Member
Premium Member
Posts: 104
Joined: Mon Nov 08, 2004 8:42 am

Dsrunjob with Invocationid

Post by arun_im4u »

Hello,

I have a set of audit jobs that are executed from a routine using DSRunJob. The routine called be called at the same time by mutiple jobs. So the audit jobs that are kicked of by the routine need to capable of running parallely using invocation. How can I use job invocation along with dsrunjob in the routine?

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Include the invocation id as part of the job's name with a 'dot' separator:

Jobname.InvocationID

Same as you would for dsjob from the command line.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply