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
Mention the types of job control statements?
What is the purpose of dd dummy statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Differentiate between the joblib and the steplib statements?
what is use of disp parameter in dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What statement can be used to send data to another mvs jes3 node?
When space is allocated for an output dataset, what units can be used?
what is the resolution for sb37 error
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how you can direct the data to spool using SYSOUT option?
What is the significance of addrspc parameter in exec statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?