Interview Questions

Describe the EXEC statement, its meaning, syntax and keywords?

JOB CONTROLL LANGUAGE (JCL) Interview Questions


(Continued from previous question...)

Describe the EXEC statement, its meaning, syntax and keywords?

The EXEC statement identifies the program to 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.

(Continued on next question...)

Other Interview Questions