The FIXEDOVERFLOW condition is not raised for FIXED BINARY operations.
The FIXEDOVERFLOW condition differs from the SIZE condition in that SIZE is raised when a result exceeds the declared size of a variable, while FIXEDOVERFLOW is raised when a result exceeds the maximum allowed by the computer.
If the FIXEDOVERFLOW condition is raised and it is disabled, the program is in error.
|