Hi,
I have a requirement
File A : I have 6 records out of which 4 are same.
File B: I have 8 records out of 6 records are same.
The 4 records in FILEA and 6 records in FILE B are same. If
we substract we will get two records, I need these two
records in output file
This is because to remove the duplicates from the database.
Through easytrieve we can compare but for that there should
not duplicates, but in my file I have duplicates.
Thanks in advance!!
Answer Posted / sreejith
read file-1
1-a
2-b
3-c
4-d
5-e
6-f
also move record in to table1 that is decalred in ws with
legth 14 until read all the record from file-1
then
read file-2
move each record into table1 and variables g,h....up to for
8 records
now the table contain 16 item
then use legth variable l
then compare each variable from table for each matching
incriment the variabe length. after searching all item from
table
compare the legth with 1
if it is greater than one eliminate
other wise write it to the output file-3
ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by jcl?
what operation is performed by job statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What are the 2 types of parameters in dd statement?
How to alter the parameters for the existing gdg?
What is catelog procedure and how many catelog procedure to use in one job?
Explain how can a stopped job be started again?
When space is allocated for an output dataset, what units can be used?
What is the use of symbol // in jcl?
Explain in DD statement what is the use of DCB parameter?
what is the use of IEBGENER utility?
In job processing, what happens in conversion stage?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?