Always enabled.
The value of the identified invalid floating-point number is undefined.
When the magnitude of a floating-point number exceeds the maximum allowed.
The OVERFLOW condition and the SIZE condition are different in that SIZE is raised when a result exceeds the declared size of a variable, and OVERFLOW is raised when a result exceeds the maximum allowed by the computer.
If the OVERFLOW condition is raised, but it is also disabled, the program is in error.
See the Open PL/I User's Guide for information about the maximum for decimal float values and binary float numbers.