Page 1 of 1

Inventory of object list

Posted: Thu Mar 08, 2012 2:08 pm
by bella76
I need to gather information on the following withing my project.
I am able to get all datastage job names by doing
$ ./dsjob -ljobs <projectname>

how can i find the number of stager per job, and the number of lookups within a job to provide this inventory list?
Also how can i look up number of read and write stages?


Datastage Job Names
Number of Stages per Job
Number of lookups within the Job
Number of Read Write Stages

Posted: Thu Mar 08, 2012 3:41 pm
by ray.wurlod
Welcome aboard.

The dsjob command has a hierarchy of "list" options.
dsjob -lprojects
dsjob -ljobs
dsjob -lstages
dsjob -llinks
dsjob -lparams


These should deliver all the information you seek. Where a link is an input link you have a write stage. Where a link is an output link you have a read stage.