How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / chandrakant
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 ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is use of disp parameter in dd statement?
A dd statement consists of 4 fields. Name them?
Is condition checking possible in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can the submitting users racf authority be overridden in a job stream?
how you can access an uncataloged dataset in a JCL?
Explain the function of job statement in jcl?
how can you check if a file is empty using jcl?
Why block size is multiple of lrecl in jcl?
How to do automated restart when a job abend?
What is the function of the dd avgrec keyword in sms datasets?
What is the purpose of dd dummy statement?
What is notcat 2 - gs?