i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
I need exexution process for JCL programs
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
How do you handle empty files in a JCL ?
Describe the EXEC statement, its meaning, syntax and keywords?
Explain the function of a dd statement?
what happens in execution stage in job processing?
How do you restart a step in JCL?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
List in order the hierarchical levels of jcl?
wht is sysudump n sysout,sysprint ?
In how ways you can pass the data from Jcl to cobol ?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?