How can i execute 5th step without executing first 4 steps?
Answer Posted / guest
We can execute the job from any step by skipping the
previous steps using restart condition.
for example:
To restart from 5th step we have to mention in the job card
as
RESTART=STEP5
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
What is the use of disp parameter?
what is “Cond= even” and “Cond=only”?
what is JCL?
what is use of space parameter in dd statement?
What are hierarchy levels in jcl?
List the various advantages of using jcl language?
A dd statement consists of 4 fields. Name them?
write a jcl to execute a job by 7:00 am on jan 20,1986?
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?
What is use of restart and how to use it?
what is use of dcb parameter in dd statement?
Explain the purpose of dd * statement in jcl?
What is concatenating?
Brief description of inline procedure of jcl.