Technical data

System Dump Analyzer
SHOW HEADER
SHOW HEADER
Displays the header of the dump file.
Format
SHOW HEADER
Parameters
None.
Qualifiers
None.
Description
The SHOW HEADER command produces a 10-column display, each line of which
displays both the hexadecimal and ASCII representation of the contents of
the dump file header in 32-byte intervals. Thus, the first eight columns, when
read right to left, represent the hexadecimal contents of 32 bytes of the header;
similarly, the ninth column, when read left to right, records the ASCII equivalent
of the contents. (Note that the period character [.] in this column indicates an
ASCII character that cannot be displayed.)
After it displays the contents of the first header block, the SHOW HEADER
command displays the hexadecimal contents of the saved error log buffers.
See the VAX/VMS Internals and Data Structures manual for a discussion of the
information contained in the dump file header.
SDA> SHOW HEADER
Dump file header
----------------
7FF03944 7FFED04E . . . 000000C1 00000000 ........................N...D9.. 00000000
00000000 00000000 . . . 00040000 80185200 .R.............................. 00000020
00000000 00000000 . . . 00000000 00000000 ................................ 00000040
00020000 00000000 . . . 15000011 00000000 ................................ 00000060
414E454C 45480800 . . . 0000012C 00000000 ....,.....................GARNER 00000080
FE9E007F F74D7C0A . . . 00000000 00002020 ...........%.@.o41......M....... 000000A0
.
.
.
Saved error log messages
------------------------
00000000 00000009 . . . 801D8739 00000300 ....9.......5................... 801D8600
7B0090AC 2FCBCEC2 . . . 414E454C 45480800 ..GARNER ...........&.zxcv.O... 801D8620
00202041 4E454C45 . . . 01080100 0000C30A .A........d............GARNER . 801D8640
.
.
.
The SHOW HEADER command displays the contents of the dump file’s header
from address 6B0
16
to address C90
16
. Ellipses indicate hexadecimal information
omitted from the display.
SDA112