Cobol Question:
Download Job Interview Questions and Answers PDF
How can you submit a job from COBOL programs?
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 Question | Next 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? |