If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / joshna
//jobname positional parms,keyword parms,.... Restart=step3
//..
//..
//..
//step3 exec=xxxx
//...
//step4 exec=yyyy,cond=(0,eq,step3)
//..
//step5 exec=zzzz
| Is This Answer Correct ? | 52 Yes | 12 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
which parameter is use to declare the name of dataset in dd statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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) ?
What do you understand by jcl?
How to run cobol program using jcl?
What do you know about jcl?
what operation is performed by job statement?
What are the parameter we cannot use in procedure?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
in ways data can be passed to a COBOL program from JCL?
what happens in execution stage in job processing?
How do you create a temporary dataset?
How to submit jcl through a cobol program?
How does jcl specify the job to the operating system?