BIGINT
BIGINT defines a big integer numeric field.
For more information, see Additional-numeric-field-considerations.
BIGINT(length, scale)
BIGINT indicates an internal 8-byte integer value. If you specify the length, you must specify 8. Specifying scale multiplies or divides the number by a power of 10.
BIGINT EXTERNAL(length, scale)
EXTERNAL indicates a string that contains a character representation of an integer constant. This data type is identical to INTEGER EXTERNAL except that when you use CNTLCARDS Db2 or CNTLCARDS DB2DDL, the CREATE TABLE column type is BIGINT. For more information, see Additional-numeric-EXTERNAL-or-CHARACTER-field-considerations.
ROUND | ROUND tells UNLOAD PLUS to round the value, if necessary, during conversion. If you do not specify ROUND, UNLOAD PLUS truncates any digits that it does not need for precision. |
---|---|
FILL | FILL tells UNLOAD PLUS how to handle leading zeros when converting data to BIGINT EXTERNAL. Specify YES or NO:
|
Related topic