-
Junior Member
To read the previous record from the last
Hi,
In a sequential file, how to read and display the previous record from last?(How to code cobol program).
Plz note that i am not using CICS here. It is not an index file.
-
Junior Member
Re: To read the previous record from the last
you can go to the eof and after that come back 2 records. I am sure there might be some other way as well.
-
Junior Member
Re: To read the previous record from the last
Probably you can copy the records from the original file in reverse order into another sequential file and then continue with your processing as described above
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules