How do you skip a particular step in a proc/JOB?

Answers were Sorted based on User's Feedback



How do you skip a particular step in a proc/JOB?..

Answer / debajyoti

COND=(0,LE) or COND=(4095,GE)

Is This Answer Correct ?    22 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / guest

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\

Is This Answer Correct ?    7 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)

Is This Answer Correct ?    4 Yes 0 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.

Ex
//stepname EXEC PGM=xyz,COND(4,LT).

Is This Answer Correct ?    4 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / ganesh

COND=(0,LE,stepname)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

Can we use DISP=SHR in output file in JCL

0 Answers  


What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


How do you pass parameters to the program as the job is being executed ?

2 Answers  


How are datasets concatenated?

3 Answers   CitiGroup,


In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?

2 Answers   IBM,






I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


Can we call instream to catalog and catalog to instream?

0 Answers  


What is GDG?

1 Answers  


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


Categories