I am new to programming in acu-cobol and am writing a program that scrolls through a file using an alternate key. The user can select a record on the screen, modify it and then scroll to the next record.
The problem I have is when I rewrite the record modified and then attempt a read next record, the program seems to read the next record based on the primary key rather than the alternate.
Any ideas?
We are running acucobol gt ver 5.2.0.1 on SCO Unix
The problem I have is when I rewrite the record modified and then attempt a read next record, the program seems to read the next record based on the primary key rather than the alternate.
Any ideas?
We are running acucobol gt ver 5.2.0.1 on SCO Unix