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
What is notcat 2 - gs?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how to do automated restart when a job abends?
Explain the function of job statement in jcl?
What is the function of a dd statement?
how you will the direct the data to spool using sysout option?
Suppose I have five jobs to do. But I want to hold one?
How to submit jcl through a cobol program?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
which parameter is use to declare the name of dataset in dd statement?
What is the use of disp parameter?
Is condition checking possible in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the significance of addrspc parameter in exec statement?