COuld you please let me know along with a sample on how are
you going to remove duplicates from the file that is being
read.
Thanks
Sam
Answer Posted / nitin
steps are as below
1. file should be in sorted order
2. you can use either at break statement on the descriptor
and then do the validation or you can used desctiptor field
for comparison of secod record and first record, if the
descriptor values are same then escape top
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how are you going to remove duplicates from the file that is being read?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
The natural file converted to PDF file if Yes then explain ?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the data storage?
What is the difference between read(1) and read work file once?
Explain the difference between external subroutine and subprogram?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is a hyperdescriptor?
Tell me can we update with histogram?
Define cobol coding sheet?
What is data trace system 2.0 used for?
Explain how to move cursor to a particular field when position is not known?
How to receive data passed through jcl parm parameter in a natural program?