We have moved to www.dataGenX.net, Keep Learning with us.

Tuesday, December 11, 2012

InfoSphere DataStage Jobstatus returned Codes from dsjob



Equ DSJS.RUNNING To 0
 This is the only status that means the job is actually running
Equ DSJS.RUNOK To 1
 Job finished a normal run with no warnings
Equ DSJS.RUNWARN To 2
 Job finished a normal run with warnings


Equ DSJS.RUNFAILED To
3
 Job finished a normal run with a fatal error
Equ DSJS.QUEUED To 4
 Job queued waiting for resource allocation
Equ DSJS.VALOK To 11
 Job finished a validation run with no warnings
Equ DSJS.VALWARN To 12
 Job finished a validation run with warnings
Equ DSJS.VALFAILED To 13
 Job failed a validation run


Equ DSJS.RESET To 21
 Job finished a reset run


Equ DSJS.CRASHED To 96
 Job has crashed



Equ DSJS.STOPPED To 97
 Job was stopped by operator intervention (can't tell run type)
Equ DSJS.NOTRUNNABLE To 98
 Job has not been compiled


Equ DSJS.NOTRUNNING To 99
 Any other status





till then.....
njoy the simplicity.......