Binder Manual (G06.27+, H06.04+, J06.03+)
BIND Commands
Binder Manual—528613-004
3-17
CHANGE Command
The OCA ENABLE attribute controls whether a program will execute in translated
mode on TNS/E machines. By default, Binder sets the OCA ENABLE attribute to
ON. OCA does not change the value of this attribute. After a file has been
processed by the OCA, OCA ENABLE OFF disables the Itanium region of an
object file, allowing you to execute the TNS program code (but not the translated
Itanium code) on TNS/E machines for debugging purposes.
PFS value [PAGES | WORDS | BYTES]
specifies the size of the process file segment field in the object header of the
specified file. value can be from 64 to 512 pages. The default unit for this
command is PAGES. Binder rounds bytes up to the nearest word.
RUNNAMED {ON | OFF}
specifies whether an object file runs as a named process, even if no RUN
command NAME parameter is specified.
SAVEABEND {ON | OFF}
specifies whether a save file is to be created if the process terminates abnormally
during execution. Binder automatically sets INSPECT ON if SAVEABEND is ON.
The default is OFF.
SUBTYPE number
specifies a value for the process subtype associated with the object file; number is
a decimal value in the range 0 through 63.
SYSTYPE {GUARDIAN | OSS}
specifies whether the target execution environment for the object file is the
Guardian environments or the OSS environment. The default is Guardian.
TARGET {TNS | TNS/R | TNS/E | ANY}
specifies the TARGET attribute in the specified file. See the SET Command
on
page 3-57 for details. The default is unspecified.
IN file-name
specifies the Guardian object file or OSS pathname to be changed.
USER BUFFER { ON | OFF }
changes the value of USER BUFFER from ON to OFF (default is OFF) for any
particular object file.
Considerations
•
You cannot patch the current file in Binder. If you attempt to use CHANGE on the
current file, you must then execute a CLEAR command and start again. Otherwise,