How do you skip a particular step in a proc/JOB?
Answer Posted / 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 |
Post New Answer View All Answers
Is automatic restart possible in jcl? If yes, how?
How can an in-stream dataset be terminated?
What is timing concept in mainframe?
Describe the various parameters utilized in the creation of a gdg?
Explain the purpose of dd * statement in jcl?
How to run cobol program using jcl?
Explain the function of //cntl statement?
Is it possible to code instream data in a PROC?
What is the maximum length of a single line of jcl?
Explain the function of //jcllib statement?
What is condition checking in jcl? Is this possible?
how would you create a temporary dataset? And where will you use them?
what is SOC4 error?
what happens in conversion stage in job processing?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?