Date Function
COBOL has a couple nifty date functions that allow you to add or subtract from a given date. The INTEGER-OF-DATE function converts a date in the Gregorian calendar (formatted as CCYYMMDD) to an integer, allowing you to add to subtract … Read More »