Binder Manual (G06.27+, H06.04+, J06.03+)
BIND Commands
Binder Manual—528613-004
3-77
SYSTEM Command
•
The following two commands strip the Binder, Inspect, and Accelerator regions
from the named object file:
@strip cref.zcobext5
@strip cref.zcobext5, AXCEL
@
SYSTEM Command
The SYSTEM command specifies the default node that Binder uses to expand file
names.
node
is a node name.
Considerations
•
If you specify a node name with the TACL SYSTEM command, Binder expands
files using that node name in any subsequent Binder command that does not
specify a node name.
•
Conversely, if you reset the TACL SYSTEM command to its default setting, Binder
expands files on your default node for any subsequent Binder command that does
not specify a node name.
VERIFY Command
The VERIFY command compares the value of a code or data word in an object file with
a value specified by the user. If the value in the object file is not identical to that
specified, the BIND process terminates.
You can use the VERIFY command with nested code blocks (blocks with a lexical level
greater than one); however, if you do not fully qualify the name, Binder uses the first
block found in the file.
CODE block-name
specifies the name of a code block containing a value to verify.
DATA block-name
specifies the name of a data block containing a value to verify.
SYSTEM [ node ]
VERIFY { CODE block-name } [ verify-spec ] [ offset ] , value
{ DATA block-name }