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
Answers were Sorted based on User's Feedback
Answer / 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 |
Types Of Read , FIND
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain the difference between external subroutine and subprogram?
differnce between read work file 1 and read work file once? why we are using work file once?
Can we see the copy book length using file-aid?
why do we use file-aid for seqential files?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
what type of files we can process thru file-aid
difference between fetch , call and callnat
Is it possible to declare a GDA for an external subroutine?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
difference between read(1) and read work file once ?