How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / prasad
For the output data set, code the name as the pds along with
the memner name. for example if you want to create a new
member abc in pds aa.bb.cc, then code it as
DD DSN=AA.BB.CC(ABC),
DISP=(NEW,CATLG,DELETE),
UNIT=your unit,
SPACE=(TRK(1,1),RLSE), --> this is only indicative
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
What is NOTCAT ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can a jobs execution priority be modified?
What is the use of disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the motivation behind coding class parameter in job statement?
What are the 2 types of parameters in dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain about LMFREE�free data set from its association with data ID
how can the same proc be re-used and called by many jobs?
what is DSN in JCL and what are the parameters to declare the DSN?
How can unused space allocation be returned to the system when a dataset is closed?
What is the difference between run mode and addressing mode?