Answers

Question and Answer:

  Home  Cobol

⟩ 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.

 205 views

More Questions for you: