We have two PS files,want to compare those files and put
the duplicate records in one file.
Input file 1 contains(1,2,4,9,10)
Input file 2 contains (1,4,5,11,12,14,16).
Help me with jcl.
Answer Posted / mdv
@Shriram Supalwar, Dharmabad
You don't need the IEBGENER STEP.
Your second step sort can have both the files concatenated
as one and given as Input.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
Differentiate between the joblib and the steplib statements?
How to pass data to a program that is coded in an exec statement?
how do you code a null statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the purpose of the dd keylen parameter?
In sms datasets, what is the function of the dd mgmtclas keyword?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is NOTCAT ?
Explain about LMFREE�free data set from its association with data ID
What is the motivation behind coding class parameter in job statement?
How to alter the parameters for the existing gdg?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is the difference between JES3 and JES2?