Binder Manual (G06.24+, H06.03+)
BIND Commands
Binder Manual—528613-003
3-21
DUMP Command
OUT file-name
directs the output listing to the specified file. See the OUT Command on page 3-39
for additional information.
CODE code-block-name
specifies a code block in either the FROM file-name or the current file.
DATA data-block-name
specifies a data block in either the FROM file-name or the current file.
offset
is a word offset, in octal, from the base of the block.
, count
specifies the number of words, in octal, to display starting from offset. The
default is one word.
, *
specifies that the part of the block starting at offset and continuing to the end of the
block be displayed.
*
specifies that the entire block be displayed.
spec-list
is one or more format specifiers in the form:
dump-spec
(dump-spec [, dump-spec]...)
dump-spec
is one of the following:
ASCII
DECIMAL
HEX
ICODE
OCTAL
Use ICODE with the CODE code-block-name parameter only. The default is
OCTAL.