|
Library /sys$common/syshlp/HELPLIB.HLB ANALYZE, /ERROR_LOG, /ELV, DUMP, Examples *Conan The Librarian |
1.ELV> DUMP ERROR_LOG.SYS
The command in this example creates a dump file named ERROR_
LOG.DMP that contains OpenVMS dump-style records.
2.ELV> DUMP/OUTPUT=OUTFILE.OUT
The command in this example creates a dump file named
OUTFILE.OUT that contains OpenVMS dump-style records.
3.ELV> DUMP/INVALID
The command in this example creates a dump file with the
default name of ERRLOG.DMP that contains OpenVMS dump-style
records of invalid events.
4.ELV> DUMP/INVALID/OUTPUT=OUTFILE.OUT
The command in this example creates a dump file named
OUTFILE.OUT that contains OpenVMS dump-style records of invalid
events.
|
|