Page 1 of 1

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

Posted: Tue Oct 15, 2019 7:35 am
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

Posted: Sat Oct 19, 2019 6:28 pm
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)?

Posted: Sun Oct 20, 2019 6:42 am
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.

Posted: Sun Oct 20, 2019 6:43 am
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)