Home
MQCCSID
This specifies the coded character set number to be used and overrides the machine's configured CCSID. See Choosing client or server coded character set identifier (CCSID) for more information.
To set this variable use one of these commands:
- For Windows:
SET MQCCSID=number- For UNIX systems:
export MQCCSID=number
For more information, see the WebSphere MQ Application Programming Reference manual.
Home