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 |
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How do You skip a Step In JCL?
wht happens if cond=true ? pls give me with an example ?
What is COND=EVEN ?
Explain about File Tailoring
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
How can a jobs execution priority be modified?
can we maintain 2 generations with different Lengths in Same GDG ?
What is the significance of addrspc parameter in the exec statement?
i have a string of 80 chars i want to replace 4th char with "a"?
In job processing, what happens in conversion stage?