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

D-: 2
COPY
The COPY command allows you to copy additional modules into a library
that was created previously using the BUILD command. To use COPY, the
library must be the current library or it must be activated by using the
LIBRARY command.
Syntax
COPY
EDIT
The EDIT command calls the EDIT/3000 subsystem, and optionally allows you
to name a module from the currently active library to be edited.
Syntax
EDIT [
text-name
]
Parameters
text-name
the name of a module in the currently active
library.
EXIT
The EXIT command is used to exit the COBEDIT program.
Syntax
E[XIT]
HELP
The HELP command lists and gives a brief description of all commands
available in the COBEDIT program.
Syntax
HELP
KEEP
The KEEP command allows you to add a module to the currently active
library or replace an already existing module.
Syntax
KEEP [
text-name
]
Parameters
text-name
is the name to be used for the module being kept.
LIBRARY
The LIBRARY command allows you to select the library that you wish to
access. When you issue this command, the currently active library is
closed and the specified library is opened and made available.
Syntax
LIBRARY
library-name
Parameters
library-name
is the name of the library file you want to access.
LIST
The LIST command allows you to list information about your currently
active library.
Syntax
LIST [
text-name
]
[ALL ]
Parameters
text-name
is the name of a module in the currently active