Size specification for integer values
Keywords: precision, value size
The size specification for integer values consists of a size value between 1 and 19 and an optional precision value of any size. The precision value defines the factor the stored value is multiplied with (positive precision) or divided by (negative precision value).
Definition:
int_size := '(' size_num [','] [precision_val] ')'