View previous topic :: View next topic |
Author |
Message |
tempuser Beginner
Joined: 05 Oct 2005 Posts: 28 Topics: 20 Location: INDORE
|
Posted: Thu Apr 19, 2007 8:44 am Post subject: what does the return code 1856 stands for ? |
|
|
Hai,
I am runnnig a COBOL program which is giving the MAX RETURN code as
1856 in the JCL and the STEP TERM COND CODE as 2336.
Can any body throw some info on this codes ?
Thanks |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Apr 19, 2007 8:49 am Post subject: |
|
|
2336 is a websphere mq return code. 1856 is not found in the QW I am looking at. What is the full message including message number? _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Apr 19, 2007 10:18 am Post subject: |
|
|
how can you even ask a question like that without saying what the program does? A return code is just a number returned by a program. Any program can set any return code for any reason. You say the program is written in COBOL, so I assume you have the source (or else how would you know it was COBOL). Did you look at the code? What does it say? |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Apr 19, 2007 12:27 pm Post subject: |
|
|
Unless the programs sets a return code then it may be whatever value happens to be in REG15 at EOJ. _________________ 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 |
|
 |
|
|