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

What parameters can be used to limit the number of records written to a sysout dataset?

0 Answers  


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

0 Answers  


Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?

2 Answers  


How do you create a temporary dataset?

0 Answers  






In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


For how long a job can be executed continuously in a mainframe ?

4 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?

1 Answers  


once we submitted the job to the operating system, how can we cancel the job before execution?

2 Answers  


what is “Cond= even” and “Cond=only”?

0 Answers  


Explain the function of //cntl statement?

0 Answers  


Categories