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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
which utility is used to sort a file in jcl?
Name a few IBM utility programs, and explain its function.
What are steplib and joblib?
Is their any set of rules for dd? Explain.
what is use of dsn parameter in dd statement?
what are JCLLIB and STEPLIB in JCL?
How does jcl act on a cobol code?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Where can program checkpoints be stored for use in a restart?
what sort card you will use to copy the data from one dataset to another dataset?
What is the format of comment statement?
Explain the purpose of dd dummy statement?
Is their any limit for data sets?
Explain dfsort utility?