Binder Manual (G06.27+, H06.04+, J06.03+)
BIND Commands
Binder Manual—528613-004
3-15
CHANGE Command
CHANGE Command
The CHANGE command allows you to amend or patch the attribute values of an
existing object file. In this respect, the CHANGE command is similar to the SET
command, which specifies attribute values for a target file before it is built.
AXCEL ENABLE {ON | OFF}
changes the AXCEL ENABLE attribute to ON or OFF. By default, Binder sets the
AXCEL ENABLE attribute to OFF. The Accelerator automatically sets the value of
this attribute to ON regardless of the Binder setting.
After a file has been processed by the Accelerator, AXCEL ENABLE OFF disables
the Accelerator region of an object file, allowing you to execute the TNS program
code in accelerated mode for certain debugging purposes. This is usually
unnecessary.
DATA value [PAGES | WORDS | BYTES]
specifies the amount of data space to be allocated for the object file. The default
data space allocated is the maximum number of data pages in any of the files from
which data is included or the number of pages needed to hold all the data blocks
plus an estimate of the stack space needed for local storage, whichever is larger. If
value is less than the value already in the target file, it is ignored.
You can specify either a decimal value or an octal value (preceded by %) for
value.
You can specify any of the following units for value: PAGES, WORDS, or BYTES.
The default unit for value is PAGES. (One PAGE is 1024 WORDS.)
If you specify BYTES as the unit and enter an odd number for value, Binder rounds
this number up to an even value.
CHANGE
{ AXCEL ENABLE { ON | OFF } } IN file-name
{ DATA value [ PAGES | WORDS | BYTES ] }
{ HIGHPIN { ON | OFF } }
{ HIGHREQUESTERS { ON | OFF } }
{ INSPECT { ON | OFF } }
{ LIBRARY file-name }
{ MISALIGN { FAIL | NOROUND | SYSDEFAULT} IN file-name
{ OCA ENABLE { ON | OFF } } IN file-name
{ PFS value [ PAGES | WORDS | BYTES ] }
{ RUNNAMED { ON | OFF } }
{ SAVEABEND { ON | OFF } }
{ SYSTYPE { GUARDIAN | OSS } }
{ SUBTYPE number }
{ TARGET { TNS | TNS/R | TNS/E | ANY } }
{ USER BUFFER { ON | OFF } }