getCharacterSet

 

public int getCharacterSet() throws MQException;

Gets the CCSID (Coded Character Set Identifier) of the queue manager's codeset. This defines the character set used by the queue manager for all character string fields in the application programming interface.

Returns

  • the CCSID.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15160_