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
Inventory of object list
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.