Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PMSDonald

    Storage problem at run-time due to "Calling subprograms"

    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...
  2. PMSDonald

    Storage problem at run-time due to "Calling subprograms"

    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.
  3. PMSDonald

    Storage problem at run-time due to "Calling subprograms"

    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...

Part and Inventory Search

Back
Top