I tried to use CANCEL command to release it, but seem to be the system still holding the sub-program in the memory, here is the example program :-
main program:-
01 ws-link-alpha.
03 ws-link-01 pic x(10).
03 ws-link-02 pic x(20).
procedure division.
...
...
call...
I need the help urgently,
I am writing a MF Cobol/2 program, and because of the program size > 64k base memory, so I split into into few programs, including some call-function programs.
My problem is, after calling the sub-program and with Exit-Program from the called program and back to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.