INTEGER
This keyword defines an integer numeric field.
You can abbreviate INTEGER to INT. For more information, see Additional-numeric-field-considerations.
INTEGER(length, scale)
INTEGER indicates an internal 4-byte integer value. If you specify the length, you must specify 4. Specifying scale multiplies or divides the number by a power of 10.
INTEGER EXTERNAL(length, scale)
EXTERNAL indicates a string that contains a character representation of an integer constant. 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 INTEGER EXTERNAL. Specify YES or NO:
|
Related topic