We are having problems with RETURN after error handling.
We have a subroutine that at attempts to open a file.
On an error (Ie. TE 71) the user is asked if the program
should re-try the open. If the user selects not to re-try
or re-tries and the file is eventually opened the RETURN
from the subroutine is no longer working.
A terminal error 3 is now reported!
Anyone have any suggestions.
------------------
We have a subroutine that at attempts to open a file.
On an error (Ie. TE 71) the user is asked if the program
should re-try the open. If the user selects not to re-try
or re-tries and the file is eventually opened the RETURN
from the subroutine is no longer working.
A terminal error 3 is now reported!
Anyone have any suggestions.
------------------
Comment