*ERRORDLG (SETMODE)


PLBCMP GUI Only

*ERRORDLG={ON | OFF}

 

The *ERRORDLG control allows a user program to specify whether the next runtime error dialog is presented to the user for manual input.

 

A user program must execute another SETMODE to reset the ERRORDLG control to OFF after an error has occurred with the error dialog being bypassed. The runtime will not bypass two occurrences of a runtime error dialog without execution of a SETMODE *ERRORDLG=OFF operation.

 

One use of this control would be to allow nightly processing to continue after an unexpected or untrapped error occurs without requiring manual intervention.

 

 

See Also: List Controls (SETMODE), SETMODE

 



PL/B Language Reference *ENV (SETMODE) *EXITAFTERSUSPEND (SETMODE)