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
Is condition checking possible in jcl? If yes, how?
In job processing, what happens in execution stage?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how would you create a temporary dataset? And where will you use them?
how you can direct the data to spool using SYSOUT option?
Explain how can the attributes of one sms dataset be copied to another dataset?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the difference between run mode and addressing mode?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Give the syntax of job specifying jcl statement.
What is jcl in mainframe?
Explain about ISPF/TSO Commands
What is the purpose of the dd keylen parameter?
what is the purpose of coding class parameter in job statement?