DUMP - list the dump of a TSS command on the line printer.

Usage:

dump [-Octal | +Ascii | +Bcd | +Machine
               | Lines=start[,end]] [<file>]

Options:

-Octal
do NOT dump core image in octal.
+Ascii
interpret core image as ASCII.
+Machine
interpret machine instructions.
+Bcd
interpret core image as BCD.
Lines=start[,end]
dump from line <start> to line <end> (default is 0,0777777).
<file>
read abort from file <file> (default = "abrt").

Description:

When a TSS command faults (and also when a DRL ABORT is executed), TSS will output a core image dump of the command to a temporary file named "abrt". DUMP reads such an abort file and produces a formatted dump on the line printer, in accordance with any specified combination of the options.

DUMP puts eight core image words per line if possible; otherwise four words per line are printed. An octal dump of the complete file "abrt" is the default.

DUMP calls SLIST with the +Headings option to produce the printer output.

See Also:

expl boff, expl slist

Copyright © 1996, Thinkage Ltd.