Try OpenEdge Now
skip to main content
ABL Reference
ABL Syntax Reference : IS-COLUMN-CODEPAGE function
 

IS-COLUMN-CODEPAGE function

Returns TRUE if the specified CLOB field is a COLUMN-CODEPAGE CLOB. Otherwise, it returns FALSE (that is, if the CLOB is a DBCODEPAGE CLOB or a TTCODEPAGE CLOB).

Syntax

IS-COLUMN-CODEPAGE ( field )
field
The name of a CLOB field.