Glossary

ON SIZE ERROR

A COBOL phrase used with arithmetic statements (ADD, SUBTRACT, MULTIPLY, DIVIDE, COMPUTE) to specify processing when the result exceeds the capacity of the receiving field. Essential for *defensive programming*. (Ch. 5, Ch. 10) See also: *Defensive Programming*.

Learn More

Related Terms