I have created a program using MIMS Cobol subroutines. The program compiles successfully and executes through to EXEC REMOVE-REQUEST END-EXEC, which is meant to update MSF080, at this point the program fails with the display "Attempt to modify outside transaction" and an Abend code of 4095.
The program also executes a browse of MSF180 & MSF170 that don't return any results. When I run the same queries in SQL
I do get results.
I feel I may be missing something basic in the program set up.
Do you have any suggestions?
The program also executes a browse of MSF180 & MSF170 that don't return any results. When I run the same queries in SQL
I do get results.
I feel I may be missing something basic in the program set up.
Do you have any suggestions?