Welcome to myCobol.ovh Monday, 29 September 2025, 04:34

integer
Category Syntax
Subject Cobol
(1) A numeric literal that does not include any digit positions to the right of the decimal point.
(2) A numeric data item defined in the DATA DIVISION that does not include any digit positions to the right of the decimal point.
(3) A numeric function whose definition provides that all digits to the right of the decimal point are zero in the returned value for any possible evaluation of the function.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary