View previous topic :: View next topic |
Author |
Message |
raga Beginner
Joined: 10 Feb 2006 Posts: 1 Topics: 1
|
Posted: Fri Feb 10, 2006 5:44 am Post subject: How to skip a step in JCL? |
|
|
Hi,
I need to skip a step in the overrided jcl and run the other steps.how do we do that? |
|
Back to top |
|
 |
saravan_81in Beginner
Joined: 13 Dec 2005 Posts: 3 Topics: 1
|
Posted: Fri Feb 10, 2006 8:37 am Post subject: |
|
|
Hi,
By using condition codes in tour JCL, you can skip a particular step.
Hope this would be helpful
Thanks,
Saravana |
|
Back to top |
|
 |
deepakumar Beginner

Joined: 10 Jan 2006 Posts: 2 Topics: 0
|
Posted: Mon Feb 13, 2006 8:20 am Post subject: hi guyz .. i m silent observer of this grp. COND(withcondn) |
|
|
hi..
u can specify the LE, GE condns. within COND so tat u can skip it..
for eg..
step exec=pgm,COND(0,LE)--- this step executes provided it satisfies the condn...
hope tis is helpful 2 u RAGA ...  _________________ thanx,
deepak |
|
Back to top |
|
 |
|
|