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 are the rules employed while naming the steps in a job?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how to run batch program without jcl?
Is it possible to left uncode disp? If yes, how?
What is the function of //jcllib statement?
what is use of disp parameter in dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how do you access an uncataloged dataset in a jcl?
How to submit a jcl from cics?
Can I send output of job to my remote device careerride123?
is there any way to execute more than one proc in the same exec statement at the same time..?
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 parameter of the job statement is used to limit the cpu time consumed by the job?