Describe the EXEC statement, its meaning, syntax and keywords?
Answer Posted / 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 |
Post New Answer View All Answers
Mention the types of job control statements?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of dcb parameter in dd statement?
What do you understand by jcl?
What is the significance of addrspc parameter in exec statement?
What is the maximum length of a single line of jcl?
which parameter is used to check the syntax of a jcl without executing it?
How can the disposition of sysout datasets be set for an entire jobstream?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the significance of addrspc parameter in the exec statement?
How does jcl act on a cobol code?
what is use of disp parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
Does jcl support automatic restart?