Answer Posted / guest
Datasets are concatenated by writing a normal DD statement
for the first dataset and then adding a DD statement without
a DDNAME for each dataset to be concatenated in the order
they are to be read. The following is an example of three
datasets concatenated:
//YEARDAT DD DSN=JAN.DATA,DISP=SHR
// DD DSN=FEB.DATA,DISP=SHR
// DD DSN=MAR.DATA,DISP=SHR
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of a dd statement?
Explain the purpose of dd * statement in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Can I share my data with other jobs? How?
what is use of space parameter in dd statement?
Explain the purpose of dd dummy statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the purpose of dd * statement in jcl?
How gdg are concatenated?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is use of dsn parameter in dd statement?
What statement can be used to send data to another mvs jes3 node?
What is the significance of addrspc parameter in the exec statement?
Where can program checkpoints be stored for use in a restart?