setCCSID

 

public void setCCSID(int ccsid) throws JMSException;

Sets the number of the character set that is used by this destination.

Parameters

  • ccsid - the CCSID. See MQMD.characterSet .

Exceptions

  • JMSException - if ccsid is invalid.


uj29170_