Optional parameters

IntegerFilterCommand (MQCFIF)
Integer filter command descriptor. The parameter identifier must be any integer type parameter allowed in ListenerStatusAttrs except MQIACF_ALL. Use this to restrict the output from the command by specifying a filter condition. See MQCFIF - PCF integer filter parameter for information about using this filter condition.

If you specify an integer filter, you cannot also specify a string filter using the StringFilterCommand parameter.

ListenerStatusAttrs (MQCFIL)
Listener status attributes (parameter identifier: MQIACF_LISTENER_STATUS_ATTRS).

The attribute list can specify the following on its own (this is the default value used if the parameter is not specified):

MQIACF_ALL
All attributes.

or a combination of the following:

MQCACH_IP_ADDRESS
Listener's IP address.
MQCACH_LISTENER_DESC
Description of listener definition.
MQCACH_LISTENER_NAME
Name of listener definition.
MQCACH_LISTENER_START_DATE
The date on which the listener was started.
MQCACH_LISTENER_START_TIME
The time at which the listener was started.
MQCACH_LOCAL_NAME
NetBIOS local name that the listener uses. This is valid only on Windows.
MQCACH_TP_NAME
LU6.2 transaction program name. This is valid only on Windows.
MQIACF_PROCESS_ID
Operating system process identifier associated with the listener.
MQIACH_ADAPTER
Adapter number on which NetBIOS listens. This is valid only on Windows.
MQIACH_BACKLOG
Number of concurrent connection requests that the listener supports.
MQIACH_COMMAND_COUNT
Number of commands that the listener can use. This is valid only on Windows.
MQIACH_LISTENER_CONTROL
How the listener is to be started and stopped.
MQIACH_LISTENER_STATUS
Current status of the listener.
MQIACH_NAME_COUNT
Number of names that the listener can use. This is valid only on Windows.
MQIACH_PORT
Port number for TCP/IP.
MQIACH_SESSION_COUNT
Number of sessions that the listener can use. This is valid only on Windows.
MQIACH_SOCKET
SPX socket. This is valid only on Windows.
MQIACH_XMIT_PROTOCOL_TYPE
Transport type.
StringFilterCommand (MQCFSF)
String filter command descriptor. The parameter identifier must be any string type parameter allowed in ListenerStatusAttrs except MQCACH_LISTENER_NAME. Use this to restrict the output from the command by specifying a filter condition. See MQCFSF - PCF string filter parameter for information about using this filter condition.

If you specify a string filter, you cannot also specify an integer filter using the IntegerFilterCommand parameter.