Status code 96 DSJS_CRASHED

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

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

Post by ray.wurlod »

No, that doesn't define it, that uses it. However line 2134 assigns a value to it, that being the result of testing whether ErrorMsg is empty.

Code: Select all

02134 05014 : 06E eq             ErrorMsg ""  => $R246 
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
wbeitler
Premium Member
Premium Member
Posts: 70
Joined: Tue Feb 21, 2006 2:58 am
Location: Netherlands
Contact:

Post by wbeitler »

Traced it back to 2 specific environment variables containing path-names. Changed the '\' into '/' within the values and it worked like a charm... :lol:

Looks like we ran into a similar problem as muralisankarr viewtopic.php?t=125557

Thanks alot for helping out !
Post Reply