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

BIND Commands
Binder Manual528613-003
3-57
SET Command
You cannot use REFER for nested code blocks (blocks with a lexical level greater
than one).
Examples
The following examples illustrate the syntax of the SELECT command.
This SELECT command allows a gap before the 32K boundary and suppresses
entry point name resolution.
@SELECT COMPACT OFF, SATISFY OFF
This SELECT command adds three file names to the search list and selects all
error-checking options.
@SELECT SEARCH (obj1, obj2,obj3), CHECK * ON
This SELECT command adds two pairs of entry names to the refer list and one
entry name to the omit list.
@SELECT REFER (b1 TO b4, b2 TO b3), OMIT b5
SET Command
The SET command specifies attribute values to be associated with the target file. You
can use the BUILD command to override attribute values or the RESET command to
reset them to their default values.
set-param
can be any of the following:
{DATA} value [PAGES | WORDS | BYTES]
{EXTENDSTACK}
{STACK}
HEAP value [PAGES | WORDS | BYTES]
HEAP STATISTICS {ON | OFF}
HIGHPIN {ON | OFF}
HIGHREQUESTERS {ON | OFF}
IMPORT DATA variable-name-list
INSPECT {ON | OFF}
LARGESTACK value [PAGES | WORDS | BYTES]
LIBRARY file-name
SET { set-param [ , set-param ]... }