IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
Answer Posted / loga
code restart parameter in jobcard as below.
JOBNAME JOB ,,MSGCLASS=***,NOTIFY=***,
RESTART=STEP8,COND(0,LE)
- only step 8 will execute
then change the jobcard with RESTART=STEP4,COND(0,LE)
- only step 4 wil be executed.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Is there any command to check wether the ps file is in sorted order?
when does a dataset go uncataloged?
Explain the function of the steplib dd statement?
How gdg are concatenated?
what is use of space parameter in dd statement?
What is timing concept in mainframe?
What is the difference between the positional and keyword parameters? Give examples.
When space is allocated for an output dataset, what units can be used?
What is the purpose of the dd keylen parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
How do you access an uncatalogued dataset in a jcl?
What parameter directs the output of the job log dataset?
what happens in conversion stage in job processing?