Hello everyone...
Can anyone provide some insight here...
I am writing to a indexd file:
ORGANIZATION INDEXED
ACCESS DYNAMIC
RECORD KEY REPORT-KEY
STATUS IS FILE-STATUS
Duplicate names and social security numbers get written to the file but when I try and read the file no duplicates display. This is confusing. I even tried using DUPLICATES on the REPORT-KEY but that still didn't work. I am working on an old program written in Microfocus Cobol.
Anyone have any ideas why this might be happening?
Thanks
-Mike
Can anyone provide some insight here...
I am writing to a indexd file:
ORGANIZATION INDEXED
ACCESS DYNAMIC
RECORD KEY REPORT-KEY
STATUS IS FILE-STATUS
Duplicate names and social security numbers get written to the file but when I try and read the file no duplicates display. This is confusing. I even tried using DUPLICATES on the REPORT-KEY but that still didn't work. I am working on an old program written in Microfocus Cobol.
Anyone have any ideas why this might be happening?
Thanks
-Mike