MQCCSID
MQCCSID specifies the coded character set number to be used and overrides the CCSID value with which the server has been configured.
See Choose client or server coded character set identifier (CCSID) for more information.
To set this variable use one of the following commands:- On Windows:
SET MQCCSID=number
- On UNIX and Linux :
export MQCCSID=number
- On IBM i:
ADDENVVAR ENVVAR(MQCCSID) VALUE(number)
Parent topic: Use IBM MQ environment variables