frankielen
Programmer
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 main program, I found that it does not release and close the sub-program, and when I try to call another sub-program, I got the RT 157 - Out of Memory.
Anybody can tell me how to close the sub-program and release the memory after return from the called program ?
I need the solution urgently...thanks.
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 main program, I found that it does not release and close the sub-program, and when I try to call another sub-program, I got the RT 157 - Out of Memory.
Anybody can tell me how to close the sub-program and release the memory after return from the called program ?
I need the solution urgently...thanks.