dspmqvar (display mq variables)
Display environment variables set for a specified queue manager.
Purpose
You can use the dspmqvar command to display the environment variables that are set for a specified queue manager.
Syntax
Parameters
- -m QMgrName
- Specifies the queue manager to display the environment variables for.
- -k Name
- Specifies which environment variable is displayed.
Usage notes
- This command must be run from the IBM® MQ administration mode. If the system is in the IBM MQ administration mode the prompt includes
mqa(mqcli)#. To enter the IBM MQ administration mode, entermqclion the command line. To exit the IBM MQ administration mode, enterexiton the command line.
Examples
- The following command displays the value of the environment variable
AMQ_SERVICE_DEBUG_REPOSfor the queue managerQM1:dspmqvar -m QM1 -k AMQ_SERVICE_DEBUG_REPOS - The following command displays the values of all the global environment variables:
dspmqvar
