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
What is multithreading in jcl?
What are the parameters that are used in creating a gdg?
Does jcl support automatic restart?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what sort card you will use to copy the data from one dataset to another dataset?
Explain how can an in-stream dataset be terminated?
List in order the hierarchical levels of jcl?
How to alter the parameters for the existing gdg?
what are JCLLIB and STEPLIB in JCL?
Differentiate between the joblib and the steplib statements?
Mention the types of job control statements?
i want to store 20 digits . how will u do it in cobol ?
What is the purpose of the dd keylen parameter?