View previous topic :: View next topic |
Author |
Message |
shashi0505 Beginner
Joined: 20 Jun 2005 Posts: 7 Topics: 4
|
Posted: Thu Mar 02, 2006 2:31 am Post subject: How to pass a return code from my PL/I program to JCl |
|
|
Hi,
I need to pass a return code from my PL/I program to the JCL. Is this possible, & if yes, how so?
Basically I need to execute the next step of my JCL only under some particular instances, which is set inside the program(exeuted in the pervious step of JCL). Hence if I dont want the step to get executed, I shall pass a return code(say 8) from the progam to JCL. & the step 2 of JCL runs only when return code of previous step is less than/equal to 4.
Thanks in advance,
Shashi |
|
Back to top |
|
|
shashi0505 Beginner
Joined: 20 Jun 2005 Posts: 7 Topics: 4
|
Posted: Thu Mar 02, 2006 2:37 am Post subject: |
|
|
opps.. the text should have read as " I shall pass a return code(say 8 ) from .. " ...sorry about that... |
|
Back to top |
|
|
acevedo Beginner
Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Thu Mar 02, 2006 3:23 am Post subject: |
|
|
I really hope that, in these times with all those fine manuals available, you are searching other thing than: PLIRETC |
|
Back to top |
|
|
|
|