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
how you can direct the data to spool using SYSOUT option?
A dd statement consists of 4 fields. Name them?
What is the difference between the positional and keyword parameters? Give examples.
how you will the direct the data to spool using sysout option?
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?
what happens in execution stage in job processing?
what happens in conversion stage in job processing?
List the different jcl statements that are not permitted in the procedures?
Explain the function of dd disp parameter?
how do you code a null statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What do you understand by the term notcat 2 – gs?
Is it possible to left uncode disp? If yes, how?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the purpose of dd * statement in jcl?