For each message you create that can be sent as an escape message, you can set up a default message handling action to be used if the message, when sent, is not handled any other way.
Default message handling actions can consist of:
In addition, you can dump any of the following:
Specifying a dump list for a job is equivalent to specifying the Display Job (DSPJOB) command with the parameters JOB(*) OUTPUT(*PRINT).
If you do not specify default actions in message descriptions, you will get a dump of the job (as if DSPJOB JOB(*) OUTPUT(*PRINT) was specified).
The default action specified in a message is taken only after the message percolation action is completed without the escape message being handled.