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


Please Help Members By Posting Answers For Below Questions

Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1970


what is the JCL statement consists of?

699


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?

620


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

584


I need exexution process for JCL programs

1852






what EXEC statement is and what is the syntax of EXEC statement used in JCL?

633


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1040


What are steplib and joblib?

725


What are the 2 types of parameters in dd statement?

652


Explain about LMFREE�free data set from its association with data ID

1007


Explain the purpose of dd * statement in jcl?

643


How do you overcome this limitation ?

698


How to do automated restart when a job abend?

791


what is JCL?

698


How can a fb file convert to vb file using sort program?

807