An invalid BREAK-WIDTH value was encountered.
#2047 Compile-time error
An invalid BREAK-WIDTH value was encountered.
Additional Information
The maximum-width must be positive, but the entered value is 'Y'.
or
The preferred-width must be positive, but the entered value is 'Y'.
or
The maximum-width may not be less than the preferred-width, but the
preferred-width is 'X' and the maximum-width is 'Y'.
or
The maximum allowed preferred-width is 65, 535, but the value entered is 'X'.
Recovery
Compilation continues but no compiled source code file will be saved.
Explanation
If a break-width declaration is entered, one or two positive
integers must be entered, and the second one (the maximum width) may not
be less than the first one (the preferred width). Neither value can
exceed 65, 535.
When break-width modifiers are given for streams, the values need not
be integers or constant expressions. But if they are, they must be
positive.