Path: utzoo!utgpu!water!watmath!clyde!rutgers!sdcsvax!ucbvax!BNR.BITNET!FORTINP From: FORTINP@BNR.BITNET ("P. Pierre Fortin") Newsgroups: comp.lang.rexx Subject: re:memory cleanup after program Message-ID: <8801050236.AA08276@jade.berkeley.edu> Date: 4 Jan 88 19:10:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: The REXX Language Discussion List Distribution: inet Organization: The ARPA Internet Lines: 13 At this late date since your query, I assume we were all enjoying the holidays since I have not seen a reply (unless sent directly). What you need to do is include either: 'EXECOS' in front of the program causing problems (i.e., 'EXECOS MYMODULE' (See CMS Command Reference)) 'STRINIT' (See System Programmer's Guide) I now use EXECOS as my standard method; I am not certain, but I believe EXECOS cleans up the pointers while STRINIT does this AND clears storage (more CPU time?).