Signification of the value of stageStatus

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Peytot
Participant
Posts: 145
Joined: Wed Jun 04, 2003 7:56 am
Location: France

Signification of the value of stageStatus

Post by Peytot »

It's me again,

I generate a XML report and I have: StageStatus="2" or "10" .... Could you tell me where can I find a table who give me the signification of these numbers. In the documentation, I found the DSJ_STAGESTATUS but never the table. :?

Thanks

Pey
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

These are set up as EQUATE declarations in JOBCONTROL.H, which you will find in DSINCLUDE on the server. All the status values have mnemonics beginning with "DSJS.".
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