Previous Topic Next topic Print topic


Tiny Integer

A tiny integer (TINYINT) is a 1-byte integer SQL data type that can be declared in COBOL as

PIC S9(2) COMP-5.

DB2

The tiny integer data type is not supported by DB2.

DB2 LUW

The tiny integer data type is not supported by DB2.

OpenESQL

Only tinyint4 is accepted.

Previous Topic Next topic Print topic