Documentation
(C) IBM Corp. 1996, 1999

Text Extender: Administration and Programming

CCSID

The CCSID function returns the CCSID (data type SMALLINT) from a handle. This is the CCSID parameter used for indexing the corresponding text document. This is described in CCSIDs. It is set for each text column by the ENABLE TEXT COLUMN command.

Function syntax

>>-CCSID--(--handle--)-----------------------------------------><
 

Function parameters

handle
An expression whose result is a value of type DB2TEXTH or DB2TEXTFH. It is usually the name of a handle column from which the CCSID setting is to be returned.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]