Air Cleaner User Manual

This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun
Solaris, and Windows NT.
CHADEXIT(string)
Auto-definition exit name.
If this name is nonblank, the exit is called when an inbound request for an
undefined receiver, server-connection, or cluster-sender channel is received.
It is also called when starting a cluster-receiver channel.
The format and maximum length of the name depends on the
environment:
v On OS/2 Warp, Windows, and Windows NT, it is of the form
dllname(functionname) where dllname is specified without the suffix
(.DLL). The maximum length of the string is 128 characters.
v On OS/400, it is of the form:
progname libname
where program name occupies the first 10 characters and libname the
second 10 characters (both blank-padded to the right if necessary). The
maximum length of the string is 20 characters.
v On AIX, HP-UX, and Sun Solaris, it is of the form
libraryname(functionname). The maximum length of the string is 128
characters.
v On OS/390, it is a load module name, maximum length 8 characters.
This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400,
Sun Solaris, and Windows NT. On OS/390, it applies only to cluster-sender
and cluster-receiver channels.
CLWLDATA(string)
Cluster workload exit data (maximum length 32 characters).
This is passed to the cluster workload exit when it is called.
This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400,
Sun Solaris, and Windows NT.
CLWLEXIT(string)
Cluster workload exit name.
If this name is nonblank, the exit is called when a message is put to a
cluster queue. The format and maximum length of the name depends on
the environment:
v On UNIX systems, it is of the form libraryname(functionname). The
maximum length is 128 characters.
v On OS/2 Warp and Windows NT, it is of the form
dllname(functionname), where dllname is specified without the suffix
(.DLL). The maximum length is 128 characters.
v On OS/390, it is a load module name, maximum length 8 characters.
v On OS/400, it is of the form:
progname libname
where program name occupies the first 10 characters and libname the
second 10 characters (both blank-padded to the right if necessary). The
maximum length of the string is 20 characters.
ALTER QMGR
Chapter 2. The MQSeries commands 33