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
when can a job time-out occur? How to overcome that?
Is condition checking possible in jcl? If yes, how?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain the function of dd disp parameter?
What is the format of comment statement?
what is the difference between JES3 and JES2?
What are steplib and joblib? What for they are used?
How do you access an uncatalogued dataset in a jcl?
how can you check if a file is empty using jcl?
How to submit jcl through a cobol program?
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?
Name the statement which can be used to send data to another mvs jes3 node?
what is the JCL statement consists of?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is JCL?