Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / rams
Read one file sequentially and load the other file in
table.For every record in the file search Table for the
match.
Tips - Load the small fine in table. If you load then in
ascending/descending order, you can use Binay search (
Search All ) which is faster than sequential search.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
what happens in execution stage in job processing?
what sort card you will use to copy the data from one dataset to another dataset?
Is their any limit for data sets?
Is it possible to left uncode disp?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is use of dcb parameter in dd statement?
How does the jcl specify the job to os?
when can a job time-out occur? How to overcome that?
What statement can be used to send data to another mvs jes3 node?
what is the difference between JES3 and JES2?
When output dataset space is required, what quantity categories are used?
A dd statement consists of 4 fields. Name them?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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.