describe the exec statement,its meaning ,syntax and
keywords?
Answer Posted / vish
Just an addition to the Hari's answer, EXEC is used to call
a PROC to, apart from calling a PROGRAM.
//step01 EXEC PGM=XYZ
//step02 EXEC XYZ
in first example (step01) it's calling a program XYZ
In second example (step02) it's calling a PROC XYZ
Do let me know if anyone have some other thoughts, enjoy!
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can a stopped job be started again?
Where & How Do You Code Identifier In Jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the purpose of dd dummy statement?
List the different components of jcl statement?
Explain how can a jobs execution priority be modified?
i want to store 20 digits . how will u do it in cobol ?
How does jcl act on a cobol code?
Differentiate between the joblib and the steplib statements?
how do you code a null statement?
what is the resolution for sb37 error
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
which utility is used a dummy utility?