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

How to execute a set of JCL statement from a COB

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to execute a set of JCL statement from a COBOL program?

Using EXEC CICS SPOOL WRITE (var-name) END-EXEC command. var-name is a COBOL host structure containing JCL statements.

(Continued on next question...)

Other Job Interview Questions