AIPS HELP file for COMPRESS in 31DEC09
As of Sun Nov 22 0:03:15 2009
HELP SECTION
COMPRESS
Type: Pseudoverb (ONLY command on the input line)
Use: Can be used to recover unused memory space in the POPS
vocabulary and procedure areas. When you edit a procedure or read
it in a second time with a RUN file, space is lost. In
particular, one does a RUN NEWPARMS to get new symbols. The
COMPRESS pseudoverb must be the only command on the line and
cannot appear in RUN files. It writes out all user-developed or
user-loaded procedures (except NEWPARMS) and all adverb values to
a text file. Then it does a RESTORE 0 and then, effectively, a
RUN on the text file, recompiling all procedures and resetting all
adverb values. This pseudoverb can be (should be) used instead of
RUN NEWPARMS therefore (assuming that the RESTORE 0 area has been
correctly maintained by your AIPS Manager).
EXPLAIN SECTION