Programming Languages
COBOL
Subjective
Mar 19, 2013
How can you submit a job from COBOL programs?
Detailed Explanation
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.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts