Message exit (MSGEXIT)

Specifies the entry point of the program to be called as the message exit. If a nonblank name is defined, the exit is invoked immediately after a message has been retrieved from the transmission queue. The exit is given the entire application message and message descriptor for modification.

The possible values are:

*SAME

The attribute is unchanged.

*NONE

The message exit program is not invoked.

message-exit-name

Specify the name of the message exit program.

library-name

Specify the name of the library that contains the exit program. This parameter must be present if an exit program name is specified.