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 is the format of comment statement?
List the various advantages of using jcl language?
Can I send output of job to my remote device careerride123?
How can a jobs execution priority be modified?
Explain the function of job statement in jcl?
Explain in DD statement what is the use of DCB parameter?
How does jcl act on code(if you take a cobol program)?
what happens in conversion stage in job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what operation is performed by job statement?
What is one line to pass PARM from JCL to COBOL?
What are the parameters that are used in creating a gdg?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is their any set of rules for dd? Explain.
List the different jcl statements that are not permitted in the procedures?