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

How do you submit a JCL under CICS environment?

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

(Continued from previous question...)

How do you submit a JCL under CICS environment?

Pass all the JCL codes to a COBOL variable ( should be declare using OCCURS clause ) and the write the line one by to the spool using CICS commands like SPOOLClose. SPOOLOpen SPOOLWrite. For more help reffer CECI of CICS or CICS manual.

(Continued on next question...)

Other Job Interview Questions