I have a files containing both duplicate and non-duplicate
records.The file is already sorted by a key.I want to
determine those records that are duplicate and records that
are non-duplicate.If duplicate the record is move to a
duplicate file and if non-duplicate that will be move to
valid file.thank you
Answer Posted / kk
hi,
using sort its possible.
sum fields=none,xsum
matching record present in sortout.
non matching record present in xsum.
another type using file matching concept.
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the problem of ordered sequential files access?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which mode is used to operate the sequential file?
Are you comfortable in cobol or jcl?
What are different data types in cobol?
How do you reference the following file formats from cobol programs?
What type of SDLC u followed? Why?
IF I mention stop run in CICS what happens?
What do you understand by psb and acb?
Name the sections present in data division.
Write the code implementing the perform … varying.
explain sorting techniques in cobol program?
What are the different rules of SORT operation?
Have you used comp and comp-3 in your project? And how?
What the difference is between continue and next sentence?