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 / rajesh
We use the COND Parameter for By pass the 5th step &
RESTART=Step Name in the job Card.
// Jobname Job Acc.info,Programmer
name,..............,Restart=Step3
//Step4 EXEC PGM=Program Name,COND=(0,LE,Step3)
//Step5 EXEC PGM=Program Name
//
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by jcl?
Name the statement which can be used to send data to another mvs jes3 node?
When space is allocated for an output dataset, what units can be used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
which utility is used to run a cobol-db2 program?
How can an in-stream dataset be terminated?
Explain dd statement in jcl?
Explain the function of the steplib dd statement?
what is use of disp parameter in dd statement?
which utility is used a dummy utility?
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 is the motivation behind coding class parameter in job statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how can the same proc be re-used and called by many jobs?
What is NOTCAT ?