A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ?
//InputF DD DSN=ID.File1
DSN=ID.File2
DSN=ID.File3
Answer Posted / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the function of a dd statement?
Explain the function of job statement in jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How can a fb file convert to vb file using sort program?
What is use of restart and how to use it?
What is catelog procedure and how many catelog procedure to use in one job?
List the different components of jcl statement?
Must tape dataset definitions include vol=ser specifications?
what is use of space parameter in dd statement?
How to submit jcl through a cobol program?
what is the difference between JES3 and JES2?
What is the purpose of disp parameter?
How can unused space allocation be returned to the system when a dataset is closed?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the motivation behind coding class parameter in job statement?