File1 has 100 records and file2 has 200 records i want to
copy 50 records which r in both file into file3
Answer Posted / kamaldeep
We can't use SUM FIELDS=NONE,XSUM as mentioned by Harsha.
if we merge 2 files then it may be the case that input file already has duplicate records, so it will not give required output.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 are the jcl procedures?
What is one line to pass PARM from JCL to COBOL?
How to submit a jcl from cics?
What does a disposition of (new,catlg,keep) for a dsn mean?
what is the use of IEBGENER utility?
How is a type of file defined in the jcl that executes the cobol program?
Describe the various parameters utilized in the creation of a gdg?
i want to store 20 digits . how will u do it in cobol ?
What is the syntax of JCL statement?
How can a fb file convert to vb file using sort program?
How to alter the parameters for the existing gdg?
How dummy is used in jcl?
what is the JCL statement consists of?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?