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 are JCLLIB and STEPLIB in JCL?
how do you access an uncataloged dataset in a jcl?
Explain the job statement in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
List the different components of jcl statement?
what is the difference between JES3 and JES2?
What is the function of the steplib dd statement?
How can unused space allocation be returned to the system when a dataset is closed?
how would you create a temporary dataset? And where will you use them?
What is the purpose of dd * statement in jcl?
How is the record format of an output dataset specified?
Is it possible to left uncode disp?
what is the use of IEBGENER utility?
What is the purpose of dd dummy statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?