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
What do you understand by the term notcat 2 – gs?
What is the syntax of JCL statement?
List the various advantages of using jcl language?
what is the purpose of coding notify parameter in job statement?
What are the parameter we cannot use in procedure?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the purpose of coding class parameter in job statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Define concatenating?
what is use of dcb parameter in dd statement?
How can return codes be tested before execution of a job step?
what is JCL?
what is use of dsn parameter in dd statement?