suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
In the JOBCARD, code COND parameter. Then, when the Job is
executed , only
the Step mentioned in the RESTART parameter will get
executed.
e.g., RESTART=STEP06,COND=(0,LE)
if want more details check it in cool mainframe tips
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
How can the attributes of one sms dataset be copied to another dataset?
what is use of disp parameter in dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the significance of addrspc parameter in exec statement?
Give the syntax of job specifying jcl statement.
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is DD statement is used in JCL?
what are the various stages of job processing?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How can a jobs execution priority be modified?
How does the jcl specify the job to os?
How to run cobol program using jcl?
What is concatenating?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?