Binder Manual (G06.24+, H06.03+)

BIND Commands
Binder Manual528613-003
3-19
CLEAR Command
CLEAR Command
The CLEAR command returns Binder to the original state without building an object
file.
Binder clears its internal lists (include, omit, refer, search, unresolved reference,
undefined, and modify), the current file as established by a FILE command, and all
SET and SELECT options.
COMMENT Command
The COMMENT command allows you to enter comment information to be displayed in
the output listing.
text
is a string of characters.
Considerations
If you use the COMMENT command in a line containing other commands,
COMMENT must be the last command on the line.
To continue COMMENT text over more than one line, start each successive line
with either the COMMENT command or the ampersand (&) character.
Examples
The following examples show three COMMENT commands.
@DELETE CODE block1; COMMENT deletes all of block1
@COMMENT adds subprog1, subprog2, subprog3 from filea
@COMMENT adds subprog4, subprog5 from fileb
DELETE Command
The DELETE command removes the specified blocks from the include lists. If any
MODIFY commands were previously specified for these blocks, Binder also removes
these changes from the modify list.
CLEAR
COMMENT [ text ]