TERMINATING WITH RESETDUMP [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
TERMINATING WITH RESETDUMP
:SETDUMP is terminated automatically when you log off in an interactive
session. If, however, you want to continue in the session without using
:SETDUMP, you must specifically terminate with the :RESETDUMP command by
entering:
:RESETDUMP
Note that you must return to MPE control before entering :RESETDUMP; it
cannot be specified during program execution.
Specified in a batch job, the :SETDUMP command remains in effect until
the end of the job unless you specifically terminate with :RESETDUMP.
When the SETDUMP intrinsic is used in a program, it remains in effect
during execution of that program. You may set limits to its range by
calling the RESETDUMP intrinsic at some point in your program subsequent
to SETDUMP. Thus, you can request a dump and stack analysis in case of an
abort in selected areas of your program.
MPE/iX 5.0 Documentation