Inventory of object list

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
bella76
Participant
Posts: 1
Joined: Thu Mar 08, 2012 2:01 pm

Inventory of object list

Post 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
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply