MQCCSID
MQCCSID specifies the coded character set number to be used and overrides the CCSID value with which the server has been configured.
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 and Linux® systems:
export MQCCSID=number
- For IBM® i:
ADDENVVAR ENVVAR(MQCCSID) VALUE(number)