Exchange/RJE Manual

DUMP Command
Exchange/RJE Commands
3–16 104698 Tandem Computers Incorporated
DUMP Command The DUMP command formats and lists the contents of a trace file.
D[UMP] F[ROM]
trace-file
[
parameter
]...
trace-file
is the name of the trace file whose contents you want to list. The file you specify
must have been created by the Exchange/RJE TRACE command.
If you omit the volume name, the default volume is your current default volume.
If you omit both the volume and subvolume names, the default volume and
subvolume are your current default volume and subvolume.
parameter
is one of the following terms:
M[ODE]
format
specifies the format in which the records from the trace file are listed in the
output file.
format
must be one of the following terms:
A[SCII]
lists the trace records in ASCII. Nonprintable characters, such as BSC line-
control characters, are listed as periods.
B[YTE]
lists the trace records in octal. Each byte is listed as three octal digits.
C[ONTROL]
lists 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 listed in octal, with each word
(16 bits) listed as six octal digits.
E[BCDIC]
lists the trace records in EBCDIC. Nonprintable characters, such as BSC
line-control characters, are listed as periods.
H[EX]
lists the trace records in hexadecimal. Each word (16 bits) is listed as four
hexadecimal digits.