View previous topic :: View next topic |
Author |
Message |
mainfrae Beginner
Joined: 17 Feb 2006 Posts: 17 Topics: 9
|
Posted: Thu Feb 22, 2007 12:49 pm Post subject: Cond code Max cc 3416 |
|
|
Hi
I write an assembler program like getting the input from sysin and writing the output to the spool and the pgm was successfully compiled also.But when i run the jcl (RUNJCL) as shown below
Code: |
000100 //JOBCARD.......
//***********************************************************
//******** PURPOSE: TO RUN ********//
//***********************************************************
//STEP1 EXEC PGM=SAMPLE
//STEPLIB DD DISP=SHR,DSN=XXXXX.ASM.LOADLIBB
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
HOW R U
/*
|
I am gettin the expected output in the spool but the job is giving me Cond code MAX CC 3416.
Could any one tell me about the cond code - 3416
Thanks
mainfrae |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Feb 22, 2007 2:12 pm Post subject: |
|
|
mainfrae,
You need to post the complete error messages
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Feb 23, 2007 9:02 am Post subject: |
|
|
Be sure Reg15 is zeroed (or set to the desired value) before returning to caller. It is the default COND CODE register. _________________ 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 |
|
 |
|
|