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 |
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
What is the function of //jcllib statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you restart a step in JCL?
What is the function of a dd statement?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
what are the types of abends that occur on job failure? And explain the possible causes of these
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
can we copy a file from fixed block to variable block and vice versa ....asap
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
What is the function of job statement in jcl?
Explain about LMFREE�free data set from its association with data ID