Home
Optional parameters
- IntegerFilterCommand (MQCFIF)
- Integer filter command descriptor. The parameter identifier must be any integer type parameter allowed in ServiceStatusAttrs 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, we cannot also specify a string filter using the StringFilterCommand parameter.
- ServiceStatusAttrs (MQCFIL)
- Service status attributes (parameter identifier: MQIACF_SERVICE_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:
- MQCA_SERVICE_DESC
- Description of service definition.
- MQCA_SERVICE_NAME
- Name of service definition.
- MQCA_SERVICE_START_ARGS
- The arguments to pass to the service program.
- MQCA_SERVICE_START_COMMAND
- The name of the program to run to start the service.
- MQCA_SERVICE_STOP_ARGS
- The arguments to pass to the stop command to stop the service.
- MQCA_SERVICE_STOP_COMMAND
- The name of the program to run to stop the service.
- MQCA_STDERR_DESTINATION
- Destination of standard error for the process.
- MQCA_STDOUT_DESTINATION
- Destination of standard output for the process.
- MQCACF_SERVICE_START_DATE
- The date on which the service was started.
- MQCACF_SERVICE_START_TIME
- The time at which the service was started.
- MQIA_SERVICE_CONTROL
- How the service is to be started and stopped.
- MQIA_SERVICE_TYPE
- The mode in which the service is to run.
- MQIACF_PROCESS_ID
- The process identifier of the operating system task under which this service is executing.
- MQIACF_SERVICE_STATUS
- Current status of the service.
- StringFilterCommand (MQCFSF)
- String filter command descriptor. The parameter identifier must be any string type parameter allowed in ServiceStatusAttrs except MQCA_SERVICE_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, we cannot also specify an integer filter using the IntegerFilterCommand parameter.
Parent topic:
Inquire Service Status
pc13320_
Home