|
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this (How do you code instream data in a JCL ?)
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this (How do you code instream data in a JCL ?)
//SYSIN DD*
input data
input data
/*
(Continued on next question...)
Other Interview Questions
|