dsjob -run -jobstatus... with Status Code=255

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pneumalin
Premium Member
Premium Member
Posts: 125
Joined: Sat May 07, 2005 6:32 am

dsjob -run -jobstatus... with Status Code=255

Post by pneumalin »

Hello,
Has anyone encountered the situation like this:
We run "dsjob -run -jobstatus ...." in Solaris, and get Status Code=2, sometime get status code=255 when the job "finishes with warnings".. The return status code in original dsjob C code only goes up to 99 for any other status, I cannot see 255 coded anywhere!
Any idea is appreciated!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It might be -1 being reported as an unsigned TinyInt. But you really should be asking this question of the vendor through your support provider. We don't have the source code (though much of the source code for dsjob can be found in Server Job Developer's Guide and Parallel Job Developer's Guide manuals).
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