MQCCSID

MQCCSID specifies the coded character set number to be used and overrides the CCSID value with which the server has been configured.

To set this variable use one of these commands:
  • For Windows:
    
    SET MQCCSID=number
    
  • For UNIX and Linux® systems:
    
    export MQCCSID=number
    
  • [IBMi]For IBM® i:
    
    ADDENVVAR ENVVAR(MQCCSID) VALUE(number)