Numeric Data Type

The numeric data type represents numeric values. Numeric data has one of the following formats:

B
Binary Format
F
Float Format
I
Integer Format
P
Packed-Decimal Format
U
Unsigned Format
Z
Zoned-Decimal Format

The default initialization value for numeric fields is zero.



[ Top of Page | Previous Page | Next Page | Contents | Index ]