|
How do you send the output of a COBOL program to a memeber of a PDS ?
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
How do you send the output of a COBOL program to a memeber of a PDS ?
Code the DSN as PDS (member) with a DISP = SHR. The DISP applies to the PDS and not to a specific memeber.
(Continued on next question...)
Other Interview Questions
|