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 |
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
What does the TIME parameter signify ? What does TIME=1440 mean ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
What is primary allocation for a dataset?
How do you submit a JCL under CICS environment ?
How Can we see all generations of a GDG ?
what is A-MODE and R-MODE?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?