Home

 

Receive exit name (RCVEXIT)

 

Specifies the name of the user exit program to be run by the channel receive user exit. This can be a list of names of programs that are to be run in succession. Leave blank, if no channel receive user exit is in effect.

The format and maximum length of this attribute depend on the platform:

During cluster sender channel auto-definition on z/OS, channel exit names are converted from the distributed platform format to z/OS format. If you want to control how exit names are converted, we can write a channel auto-definition exit. For more information, see Channel auto-definition exit program.

We can specify a list of receive, send, or message exit program names. The names should be separated by a comma, a space, or both. For example:

RCVEXIT(exit1 exit2)
MSGEXIT(exit1,exit2)
SENDEXIT(exit1, exit2)

The total length of the string of exit names and strings of user data for a particular type of exit is limited to 500 characters. In WebSphere MQ for iSeries we can list up to 10 exit names. In WebSphere MQ for z/OS we can list up to eight exit names.

This attribute is valid for all channel types.

 

Parent topic:

Channel attributes in alphabetical order


ic11950_


 

Home