Thanks to all of you guys out there for your suggestions. It did help me a lot as it made me review all the options you mentioned, which led me to find the best(?) way to solve this specific problem is to link a chain of programmes together in 1 module.
After that was done, we were still...
Hi all,
Thanks for all the issues and remarks, but after trying them out, no issue helped me further so far....I still have storage problems...
Are there maybe things I can try at the compilation, link or run-time options...
Other ideas?...
Thanks in advance !
Kind regards,
Donald.
Hi,
For calling subprograms I use "dynamic calls". At run-time I get problems with "insufficient storage". The coding looks like:
PROGRAM A.
MOVE "B" TO PGM
CALL PGM USING parameter
CANCEL PGM
.
PROGRAM B.
MOVE "C" TO PGM
CALL PGM USING...
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.