MQCHLTAB

MQCHLTAB specifies the name of the file containing the client channel definition table (ccdt). The default file name is AMQCLCHL.TAB.

For information about where the client channel definition table is located on a server, see Configure a binary format CCDT.

To set this variable use one of these commands:

  • On Windows:
    SET MQCHLTAB=filename
    
  • On UNIX and Linux :
    export MQCHLTAB=filename
    
  • On IBM i:
    ADDENVVAR ENVVAR(MQCHLTAB) VALUE(filename)
    

For example:

SET MQCHLTAB=ccdf1.tab
In the same way as for the client, the MQCHLTAB environment variable on the server specifies the name of the client channel definition table. Parent topic: Use IBM MQ environment variables


Related concepts


Related reference


Related information