Describe the EXEC statement, its meaning, syntax and keywords?
Answers were Sorted based on User's Feedback
Answer / mrunmaya
Guest I think in the syntax there should be stepname instead
of jobname.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The EXEC statement identifies the program to be executed via
a PGM= program name keyword. Its format is //jobname EXEC
PGM= program name. The PARM= keyword can be used to pass
external values to the executing program.
| Is This Answer Correct ? | 3 Yes | 1 No |
How do you handle empty files in a JCL ?
is there any way to execute more than one proc in the same exec statement at the same time..?
write a jcl to execute a job by 7:00 am on jan 20,1986?
can we modify the code in copy book? if it possible how to submit ofter the modification.
What is dummy parameter in JCL??
what is use of space parameter in dd statement?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
which utility is used to sort a file in jcl?
can we maintain 2 generations with different Lengths in Same GDG ?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
What is Backward Referencing ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?