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 / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
What is the function of the dd mgmtclas keyword in sms datasets?
How can the attributes of one sms dataset be copied to another dataset?
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
In job processing, what happens in execution stage?
How to Enter The Spool Area In Real Time?
How do you submit JCL via a Cobol program?
How dummy is used in jcl?
Mention the types of job control statements?
which parameter is use to declare the name of dataset in dd statement?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
How is a dataset passed from one step to another?
What are the valid DSORG values ?