statistics of a job running with different invocation ids

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
rashmi
Participant
Posts: 12
Joined: Tue Apr 18, 2006 5:06 am

statistics of a job running with different invocation ids

Post by rashmi »

Hi

I have a job which is invoked twice with different invocation ids in the job sequence. Now i want to take statistics of the two jobs running with these invocation ids. For all other jobs I am using routines like DSAttachJob, DSGetJobInfo etc. Can I use the same functions for taking statistics of these jobs ? I have tried using them but found that they are not giving results.

Is there any other method to get run time job information eg start time end time elasped time etc. for these jobs?

Thanks
Rashmi
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

When you use DSAttachJob specify "JobName.InstanceName" to get the unique information for that invocation.
Post Reply