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 / vichu
asha , u can try using IF RC not equal 0 THEN --- ENDIF
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain dd statement in jcl?
what is use of dcb parameter in dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is DD statement is used in JCL?
What is the significance of addrspc parameter in the exec statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain about LMFREE�free data set from its association with data ID
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can I share my data with other jobs? How?
how do you code a null statement?
Which dd parameters are required?
What do you understand by the term job time – out and how can you overcome that?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can the submitting users racf authority be overridden in a job stream?
How to submit a jcl from cics?