View previous topic :: View next topic |
Author |
Message |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Wed Dec 17, 2008 12:15 pm Post subject: Can we use AND on COND in JCL? |
|
|
Hi,
Can we use AND with COND parameter on job steps?
We want to check a return code of job step JS030 & job step JS050 before JS100 is executed. If both conditions are satisfied then only JS100 should be executed.
Please suggest.
Thanks. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Dec 17, 2008 12:58 pm Post subject: |
|
|
ranga_subham,
Not possible with COND. try using IF/THEN
1. Click on Quick Manuals link on top of this page
2. Click on "Z/OS V1R4.0 MVS JCL Reference" manual
3. Read Chapter 17 in detail
Kolusu |
|
Back to top |
|
 |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Thu Dec 18, 2008 8:54 am Post subject: |
|
|
Ok Kolusu......Thanks a lot. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
|
|