Cobol Question:

How do you submit JCL via a COBOL program?

Tweet Share WhatsApp

Answer:

Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out.

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
How to execute a set of JCL statements from a COBOL program?What care has to be taken to force program to execute above 16 Meg line?