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 is use of dsn parameter in dd statement?
i want to store 20 digits . how will u do it in cobol ?
which utility is used a dummy utility?
how can you check if a file is empty using jcl?
What do you understand by jcl?
Is there any command to check wether the ps file is in sorted order?
Give the syntax of job specifying jcl statement.
Define concatenating?
What do you understand by the term notcat 2 – gs?
List the different components of jcl statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the function of dd disp parameter?
Explain how can the attributes of one sms dataset be copied to another dataset?
Can I share my data with other jobs? How?