Binder Manual (G06.27+, H06.04+, J06.03+)

BIND Commands
Binder Manual528613-004
3-43
RESELECT Command
If procedure SUBPROG1 is in y, but not in x, then SUBPROG1 is not added.
The following example replaces a FORTRAN subprogram in OBJFILEA with a new
subprogram in OBJFILEB. In this case, a command file contains the Binder
commands.
13> FORTRAN / IN newsub2, OUT listfile / objfileb
14> BIND /IN cmdfile, OUT listfile /
15> RUN trgfilec
CMDFILE contains the following Binder commands:
COMMENT - all entries from objfilea are needed
ADD * FROM objfilea
COMMENT - sub2 replaced by new sub2 in objfileb
REPLACE CODE sub2 FROM objfileb
BUILD trgfilec
RESELECT Command
The RESELECT command resets one or more SELECT command parameters to the
default value. SELECT parameters specify Binder operation during the execution of
BUILD and SATISFY commands.
select-param
is one of the following SELECT parameter names:
CHECK
REFER
COMPACT
RUNNABLE OBJECT
COMPRESS DATA
SATISFY
FILESYS
FIXUPS
SEARCH
LIST
WARNINGS
RESELECT { select-param [ , select-param ] ... }
{ * }