How can we execute only one step in a job
Answer Posted / valmiki1980
This is a sample to restart only step02 and skip rest all,
please correct me if i am wrong.
--------------------------------------------------
//JOB CARD RESTART=STEP02
//STEP01
//STEP02
//chkstp02 IF STEP02.RC > 12 THEN
//STEP03
//STEP04
//STEP05
/*
// ENDIF
//
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the job statement in jcl?
which utility is used to run a cobol-db2 program?
How dummy is used in jcl?
List the different jcl statements that are not permitted in the procedures?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the parameters that are used in creating a gdg?
Can I share my data with other jobs? How?
What is the function of job statement in jcl?
Is automatic restart possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?
when can a job time-out occur? How to overcome that?
How to pass data to a program that is coded in an exec statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the hierarchy levels in jcl?
What do you know about jcl?