How do you skip a particular step in a proc/JOB?
Answer Posted / 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 |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how would you create a temporary dataset? And where will you use them?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Is it possible to left uncode disp? If yes, how?
Can we use DISP=SHR in output file in JCL
which utility is used to run a cobol-db2 program?
What are the rules employed while naming the steps in a job?
In job processing, what happens in conversion stage?
What are the parameters that are used in creating a gdg?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the maximum length of a single line of jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
which utility is used to sort a file in jcl?