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
What is catelog procedure and how many catelog procedure to use in one job?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Must tape dataset definitions include vol=ser specifications?
Explain the function of job statement in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How do you access an uncatalogued dataset in a jcl?
What is the purpose of dd dummy statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can we use DISP=SHR in output file in JCL
what sort card you will use to copy the data from one dataset to another dataset?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the purpose of dd dummy statement?
how JCL works?
What are hierarchy levels in jcl?
how you can access an uncataloged dataset in a JCL?