Exchange/RJE Manual

DUMP Command
Exchange/RJE Commands
3–18 104698 Tandem Computers Incorporated
STE[P]
displays the records from the trace file on the home terminal one at a time.
You cannot include this parameter and the OUT parameter (see above) in the
same DUMP command.
After each record is displayed, a prompt (?) is displayed. You can respond to
the prompt in the following ways:
<RETURN>
displays the next record from the trace file. If you press the RETURN key
after the last record has been displayed, an error message is displayed.
nnn
displays the trace record with sequence number
nnn
. For example, if you
enter 183, the trace record with sequence number 183 is displayed.
A[SCII]
displays the trace records in ASCII. Nonprintable characters, such as BSC
line-control characters, are displayed as periods.
B[YTE]
displays the trace records in octal. Each byte is displayed as three octal
digits.
C[ONTROL]
displays line-control characters using standard BSC abbreviations, such as
EOT and STX. The control characters are interpreted according to the
code (EBCDIC or ASCII) used over the data communications line, which is
specified during system generation. Data is displayed in octal, with each
word (16 bits) displayed as six octal digits.
EB[CDIC]
displays the trace records in EBCDIC. Nonprintable characters, such as
BSC line control characters, are displayed as periods.
ER[ROR]
displays the next trace record that records a transmission error, either
sending or receiving.
H[EX]
displays the trace records in hexadecimal. Each word (16 bits) is
displayed as four hexadecimal digits.