HP COBOL II/XL Quick Reference Guide (31500-90015)

D- 3
library.
ALL indicates that all modules in the library are to be
listed, beginning with the first module on the
file, and proceeding to the last.
PURGE
The PURGE command allows you to purge either a single module from your
currently active library or the entire library.
Syntax
PURGE {
text-name
}
{ALL }
Parameters
text-name
is the name of a module to be purged from the
currently active library. This is the module to be
purged.
ALL indicates that you want the entire library,
including its key file, to be purged.
SHOW
The SHOW command is used to find out the name of the currently active
library, its key file, and the name of the module that was most recently
accessed by COBEDIT.
If no library is open, the message No library is open occurs.
Syntax
SHOW