DSGetJobInfo---Compiled Status

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
Rubu
Premium Member
Premium Member
Posts: 82
Joined: Sun Feb 27, 2005 9:09 pm
Location: Bangalore

DSGetJobInfo---Compiled Status

Post by Rubu »

Hi
How Can I determine from the job status returned by DSGetJobInfo that the job is in Compiled State.

Regards
rubu
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Possible job status returned are:
0 = This is the only status that means the job is actually running
1 = Job finished a normal run with no warnings
2 = Job finished a normal run with warnings
3 = Job finished a normal run with a fatal error
11 = Job finished a validation run with no warnings
12 = Job finished a validation run with warnings
13 = Job failed a validation run
21 = Job finished a reset run
96 = Job has crashed
97 = Job was stopped by operator intervention
98 = Job has not been compiled
99 = Any other status

A compiled job will return 99.

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Rubu
Premium Member
Premium Member
Posts: 82
Joined: Sun Feb 27, 2005 9:09 pm
Location: Bangalore

Post by Rubu »

Thanks Roy
Post Reply