Get job names being called in Sequencer

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
atulgoel
Participant
Posts: 84
Joined: Tue Feb 03, 2009 1:09 am
Location: Bangalore, India

Get job names being called in Sequencer

Post by atulgoel »

Hi,

I want to know all the jobs being called in a sequencer and save the result in a notepad or excel sheet.

I can view all the jobs dependent on a sequencer through "Job dependency" but How to save it in a notepad?
Atul
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you mean all the jobs designed to be called in the sequence, or the jobs actually called when the sequence runs (which may not be all of the jobs in the design, depending on the sequence's logic)?

The first is most easily accomplished by querying the DS_JOBOBJECTS table.
The second is most easily accomplished by reading the "summary of sequence run" in the sequence's job log.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
atulgoel
Participant
Posts: 84
Joined: Tue Feb 03, 2009 1:09 am
Location: Bangalore, India

Post by atulgoel »

Hi Ray,

I mean all the jobs designed to be called in the sequence. I want the job names in a notepad.

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

Post by chulett »

Do an exact search for DSSEARCH here, I think that will get you on the road to a solution.
-craig

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