How to Get list of job names of a sequence from Xmeta

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
san0907
Participant
Posts: 9
Joined: Thu Jun 25, 2009 1:19 am

How to Get list of job names of a sequence from Xmeta

Post by san0907 »

Hi all,

how to retireve the list of jobs called in sequence from Xmeta DB tables.Please thow some info.

Thanks in advance
Thanks and Regards
Sana
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you interested in design-time (all jobs that could be called from the sequence) or run-time (all jobs that are actually called from the sequence)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ray's "go to" question when someone asks this. :wink:

Well, with XMETA (to the best of my knowledge) still not officially documented, other approaches are needed and have been discussed here. For example, the "summary of sequence run" in the job's log is one source and can be accessed by the DSGetLog* calls. All that could be called will take some code which Ray posted some years ago.
-craig

"You can never have too many knives" -- Logan Nine Fingers
san0907
Participant
Posts: 9
Joined: Thu Jun 25, 2009 1:19 am

Post by san0907 »

ray.wurlod wrote:Are you interested in design-time (all jobs that could be called from the sequence) or run-time (all jobs that are actually called from the sequence)?
All the jobs that are called in sequence (design time)
Post Reply