View previous topic :: View next topic |
Author |
Message |
pkrishnakishore Beginner
Joined: 07 Feb 2006 Posts: 4 Topics: 3
|
Posted: Fri Nov 03, 2006 9:24 am Post subject: Return code from Job |
|
|
Hi,
When do a job retuns a return code of 0 and 4 ?
What may be the reason for giving a return code of 4 ?
Thanks,
Kishore _________________ krishna kishore |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Nov 03, 2006 12:26 pm Post subject: |
|
|
The program itself determines under what condition it will set a return code. Codes from 0 to 4095 may be used by applications. Study your particular application documentation for meanings.
Most IBM utilities use
0 = clean run
4 = warnings
8 = errors
16 = severe errors _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
estopa2 Beginner
Joined: 20 Sep 2006 Posts: 1 Topics: 0
|
Posted: Fri Nov 03, 2006 1:31 pm Post subject: |
|
|
if it's an application program (cobol, pl1, rexx)... a proper description should be give. _________________ keOsden |
|
Back to top |
|
 |
|
|