How to Get the job invocation id used by a sequencer job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ashik_punar
Premium Member
Premium Member
Posts: 71
Joined: Mon Nov 13, 2006 12:40 am

How to Get the job invocation id used by a sequencer job

Post by ashik_punar »

I have a set of multiple instance jobs in the project. Now we have to make a new set of jobs to make statistics of the time taken by the jobs in running and find out the job names with their invocation id taking the longest time to execute and then tune the respective job.
I am unable to find a way to get the invocation id and the job name set.
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

try

dsjob -linvocations Projectname jobname
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Where are you trying to get this information? With the Job Handle you can get information on the job invocation ids.
Post Reply