i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Answer Posted / praveen bejjanki
If you give Restart=step2 in jobname, it will ignore the
cond paramater on step2.
Dont modify the existing cond parm on step2.
Generally if you restart a jcl from a particular step it
will ignore the cond parm for that particular step.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Define concatenating?
Explain the purpose of dd dummy statement?
Mention the types of job control statements?
List in order the hierarchical levels of jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
In sms datasets, what is the function of the dd avgrec keyword?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the difference between run mode and addressing mode?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what happens in execution stage in job processing?
What do you understand by the terms: joblib and steplib?
What is the function of //cntl statement?
What is the function of the steplib dd statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the function of dd disp parameter?