1.

How Do You Submit A Jcl Under Cics Environment?

Answer»

Pass all the JCL codes to a COBOL VARIABLE (should be declared USING OCCURS clause) and then write the line one by one to the spool using CICS COMMANDS LIKE SPOOLClose, SPOOLOpen and SPOOLWrite. For more help refer CECI of CICS or CICS manual.

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



Discussion

No Comment Found