Send exit (SNDEXIT)
Specifies the entry point of the program to be called as the send exit. If a nonblank name is defined, the exit is invoked immediately before data is sent out on the network. The exit is given the complete transmission buffer before it is transmitted; the contents of the buffer can be modified as required.
The possible values are:
- *SAME
- The attribute is unchanged.
- *NONE
- The send exit program is not invoked.
- send-exit-name
- Specify the name of the send 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.