DBA > Job Interview Questions > JOB CONTROLL LANGUAGE (JCL) Interview Questions

Describe the EXEC statement, its meaning, syntax

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions