Programming Languages
C
Subjective
Mar 16, 2013
How to execute a set of JCL statements from a COBOL program?
Detailed Explanation
Using EXEC CICS SPOOL WRITE (var-name) END-EXEC command. Var-name is a COBOL host structure containing JCL statements.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts