:SETDUMP MPE command [ MPE Debug/Stack Dump Reference Manual ] MPE/iX 5.0 Documentation
MPE Debug/Stack Dump Reference Manual
:SETDUMP
MPE command
Enables the abort stack analysis facility for the current process and any
subsequently created sons.
SYNTAX
:SETDUMP [ DB [ ,ST [,QS]] [ ;ASCII] ]
NOTE DB, ST, and QS are keyword parameters and can be specified in any
order.
PARAMETERS
DB Specifies a DL to Q initial dump. (Optional parameter.)
ST Specifies a Q initial to S dump. (Optional parameter.)
QS Specifies a Q-63 to S dump. This parameter is ignored
if ST is specified. (Optional parameter.)
;ASCII Causes an ASCII conversion of the octal content to be
dumped along with the octal values. (Optional
parameter.)
NOTE In an interactive session, all parameters are ignored and the only
effect of the :SETDUMP command is to enable the stack dump facility
in order for the process to go to DEBUG in case of an abort.
EXAMPLES
:SETDUMP DB;ASCII
Specifies a DL to Q initial dump and an ASCII conversion along with the
octal values.
MPE/iX 5.0 Documentation