int QtqValidateCCSID (CCSID) int CCSID;
The QtqValidateCCSID() function determines if the specified CCSID is supported by the iSeries server. If the CCSID is supported, the encoding scheme for the CCSID is returned.
None.
An integer that represents the CCSID to be validated. Valid CCSID values are in the range 1 through 65535.
If successful, QtqValidateCCSID() returns a positive integer that represents the encoding scheme of the specified CCSID. For more information on encoding schemes, see the Globalization topic in the iSeries Information Center.
If unsuccessful, QtqValidateCCSID() returns one of the following values:
The input CCSID is a special-purpose CCSID as defined by CDRA.
The input CCSID is not recognized by the system.
The input CCSID is out of the supported range of 1 to 65535.
Top | National Language Support APIs | APIs by category |