Figurative constants use in COBOL Programs
Figurative constants are reserved words that name and refer to specific constant values. These can be easily used by writing the word itself instead of the value. The figurative constants supported by COBOL are: ZERO, ZEROS, ZEROES SPACE, SPACES HIGH-VALUE, HIGH-VALUES LOW-VALUE, LOW-VALUES QUOTE, QUOTES ALL literal – which means fill the field with ALL […]
Figurative constants use in COBOL Programs Read More »