Cobol Question:

How can you submit a job from COBOL programs?

Tweet Share WhatsApp

Answer:

Write JCL cards to a dataset with xxxxxxx SYSOUT= (A, INTRDR) where ‘A’ is output class, and dataset should be opened for output in the program. Define a 80 byte record layout for the file.

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
What are the differences between OS VS COBOL and VS COBOL II?How do you set a return code to the JCL from a COBOL program?