If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / shaik.apsar
While submitting the JCL, use RESTART=Step43.
And from steps 50 step complet i am close the //
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Define concatenating?
what is DSN in JCL and what are the parameters to declare the DSN?
How can the attributes of one sms dataset be copied to another dataset?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do you understand by jcl?
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of dd dummy 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 ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how would you create a temporary dataset? And where will you use them?
which parameter is used to check the syntax of a jcl without executing it?
What is the use of symbol // in jcl?
what is the use of IEBGENER utility?
Is condition checking possible in jcl?
How would you understand error(execution phase)?