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
Is their any limit for data sets?
what is use of dsn parameter in dd statement?
what is use of dcb parameter in dd statement?
what are JCLLIB and STEPLIB in JCL?
List the different jcl statements that are not permitted in the procedures?
Can I send output of job to my remote device careerride123?
Explain the function of the steplib dd statement?
What is NOTCAT ?
What are the 4 fields in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
What are some jcl statements that are not allowed in procedures?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Is there any command to check wether the ps file is in sorted order?
What is the function of dd name parameter with a 2 part structure; audit.report?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.