Olivier Smedile edited this page
Feb 22, 2018·
2 revisionsDate
is an intrinsic type of TypeCobol. A Date use the format YYYYMMDD
.
You can use the type Date just like any other TypeCobol type.
The Date type is defined like this:
01 Date Typedef strong. 05 YYYY pic X(04). 05 MM pic X(02). 05 DD pic X(02).
Date
is a Cobol 85 keyword. However we wanted to reuse this as a type name because the word Date
just fit perfectly for our need. We didn’t want to name our type TCDate
or something like that.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4