DS JOb Command: To identify the list of jobs in a 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
nansekar
Participant
Posts: 29
Joined: Mon Nov 03, 2008 6:23 am

DS JOb Command: To identify the list of jobs in a Sequencer

Post by nansekar »

Hello Team

Kindly help out to find the list of jobs in a sequencer through a DSJOb command.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is no "dsjob.exe" option which will give you this list. You could write a DataStage job/routine which outputs the list and call that via dsjob, which probably doesn't help you further despite answering the question.

What is your intent or goal and perhaps someone here might be able to post a method to achieving it.
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. That will dig up many conversations on this topic.
-craig

"You can never have too many knives" -- Logan Nine Fingers
nansekar
Participant
Posts: 29
Joined: Mon Nov 03, 2008 6:23 am

Post by nansekar »

I have list of 600 Sequencers, I need to find out the Jobs under each sequence..
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Post by vamsi.4a6 »

Form the dssearch comand for one Job and replace the job name.Use loop activity in datastage or loop concepts in unix to replace the Job name
Post Reply