unix command to get list of job names for particular folder

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
karteek
Participant
Posts: 18
Joined: Tue Dec 06, 2011 8:50 am

unix command to get list of job names for particular folder

Post by karteek »

Hi Everyone,

how to get list of job names for only particular folder ,
using below i can get list of job names for entiire project but i need jobname for a particular folder

dsjob -domain -server servername -user -password -ljobs projectname


for example :

Jobs/LB_TESt[folder] contains 10 parallel jobs and 1 sequencer
using command display these names

please advise on this.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not available via dsjob. You can, however, execute a dssh query of DS_JOBS from the command line for NAME where CATEGORY = 'YourFolder'.
-craig

"You can never have too many knives" -- Logan Nine Fingers
karteek
Participant
Posts: 18
Joined: Tue Dec 06, 2011 8:50 am

Post by karteek »

Thanks craig.
Post Reply