How to execute a set of JCL statements from a COBOL program ?
Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command. var-name is a COBOL host structure containing JCL statements.
Explore posts in the same categories: Cobol Interview Questions