Previous Topic Next topic Print topic


DEFAULT-CHAR

Specifies character subtype for all new character columns for which an explicit subtype is not specified.

Syntax:

DEFAULT-CHAR={BITS | SBCS | DBCS | SYSDEFAULT}

Parameters:

default-code  
BITS specifies that the target relational database uses the FOR BITS DATA SQL
SBCS specifies that the target relational database uses the FOR SBCS DATA SQL
DBCS specifies that the target relational database uses the FOR MIXED DATA SQL
SYSDEFAULT (recommended) specifies that the target relational database uses the system default character subtype.
Default: SYSDEFAULT

Properties:

Default: SYSDEFAULT

Comments:

This directive only has meaning when program has been statically bound.

Previous Topic Next topic Print topic