Cobol Question:
Download Questions PDF

How can you submit a job from COBOL programs?

Cobol Interview Question
Cobol Interview Question

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 Interview Questions And Answers PDF

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?