Binder Manual (G06.27+, H06.04+, J06.03+)
BIND Commands
Binder Manual—528613-004
3-78
VOLUME Command
verify-spec
is one of the following keywords that specifies the format for value:
ASCII
DECIMAL
HEX
OCTAL
The default is OCTAL.
offset
is the offset, in octal, from the base of the block used to compute the exact location
of the word whose value Binder verifies against value. The default is the base of
the block (offset 0).
value
is an expression that Binder verifies against the contents of the specified word.
Enclose an ASCII value in quotation marks.
Considerations
You can use the VERIFY command during a noninteractive BIND session to check that
the value of a code or data word corresponds to the value you expect. If the VERIFY
command yields a discrepant value, Binder issues the fatal error message “Value
specified in VERIFY command not equal to current value” and terminates.
Examples
The following examples illustrate the syntax of the VERIFY command.
@VERIFY CODE block-3, 17
@VERIFY DATA block ASCII 50, "ab"
VOLUME Command
The VOLUME command specifies the default volume and subvolume names that
Binder uses in the expansion of Guardian file names.
$ volume
is a volume name.
VOLUME { $ volume }
{ [ $ volume. ] subvol }