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

BIND Commands
Binder Manual528613-003
3-16
CHANGE Command
HIGHPIN {ON | OFF}
specifies whether an object file can run at a high process identification number
(PIN), if the process creation request allows it and a high PIN is available.
HIGHREQUESTERS {ON | OFF}
specifies whether an object file can support calls from requesters running at a high
process identification number (PIN).
INSPECT {ON | OFF}
specifies whether the Inspect program or the Debug program is chosen for
debugging when you execute the object file. The default is OFF; that is, the Debug
program is used. INSPECT OFF automatically causes Binder to set SAVEABEND
OFF. (You can use the TACL SET INSPECT or RUN command to override the
INSPECT option.)
LIBRARY file-name
specifies the name of a user library to be associated with the object file at run time.
You can override file-name at run time by using the LIB parameter in the
command interpreter RUN command. The default is no user library.
MISALIGN { FAIL | NOROUND | SYSDEFAULT} IN file-name
specifies the MISALIGN attribute in the specified file. This codefile attribute is
ignored when executing on TNS/R systems. The attribute is effective on TNS/E
systems. The default is SYSDEFAULT.
MISALIGN FAIL causes the system to generate an instruction failure interrupts,
which will be reported as trap 1 (INSTRUCTIONFAILURE) or a process abend if no
ARMTRAP handler in a Guardian process. MISALIGN FAIL is only effective on
TNS/E systems.
MISALIGN NOROUND conveniently allows all valid TNS programs and also
erroneously-coded TNS programs to run, but not necessarily with the same results
as on some prior machines. This option causes the system to complete the
operation using the operand’s “natural”(unrounded) address.
MISALIGN SYSDEFAULT allows application of the current TNS Misalign policy.
OCA ENABLE { ON | OFF } IN file-name
The OCA ENABLE attribute has dual purposes:
It suppresses the translation (OCA will refuse to translate a file that has this bit
set). OCA ENABLE OFF will not allow an already Itanium-augmented file to be
translated again, returning an error. Again, OCA will refuse to translate an object
file (previously not Itanium-augmented) whose OCA ENABLE attribute has been
changed to OFF through Binder.