Air Cleaner User Manual

SENDDATA(string)
Channel send exit user data (maximum length 32 characters).
This is passed to the channel send exit when it is called.
On AIX, HP-UX, OS/2 Warp, Sun Solaris, and Windows NT, you can
specify data for more than one exit program by specifying multiple strings
separated by commas. The total length of the field must not exceed 999
characters.
On OS/400, you can specify up to 10 strings, each of length 32 characters.
The first string of data is passed to the first send exit specified, the second
string to the second exit, and so on.
On other platforms you can specify only one string of send exit data for
each channel.
SENDEXIT(string)
Channel send exit name.
On platforms other than Tandem NSK, if this name is nonblank, the exit is
called at the following times:
v 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.
v At initialization and termination of the channel.
On AIX, HP-UX, OS/2 Warp, Sun Solaris, and Windows NT, you can
specify the name of more than one exit program by specifying multiple
strings separated by commas. However, the total number of characters
specified must not exceed 999.
On OS/400, you can specify the names of up to 10 exit programs by
specifying multiple strings separated by commas.
On other platforms you can specify only one send exit name for each
channel.
The format and maximum length of the name is the same as for MSGEXIT.
SEQWRAP(integer)
When this value is reached, sequence numbers wrap to start again at 1.
This value is non-negotiable and must match in both the local and remote
channel definitions.
The value must be greater than or equal to 100, and less than or equal to
999 999 999.
This parameter is valid only for channels with a channel type (CHLTYPE)
of SDR, SVR, RCVR, RQSTR, CLUSSDR, or CLUSRCVR.
SHORTRTY(integer)
The maximum number of attempts that are made by a sender, server, or
cluster-sender channel to connect to the remote queue manager, at intervals
specified by SHORTTMR, before the (normally longer) LONGRTY and
LONGTMR are used.
Retry attempts are made if the channel fails to connect initially (whether it
is started automatically by the channel initiator or by an explicit
command), and also if the connection fails after the channel has
DEFINE CHANNEL
90
MQSeries MQSC Command Reference