Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,17 +0,0 @@
|
|||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. epoch.
|
||||
|
||||
DATA DIVISION.
|
||||
WORKING-STORAGE SECTION.
|
||||
01 epoch-date.
|
||||
03 year PIC 9(4).
|
||||
03 month PIC 99.
|
||||
03 dday PIC 99.
|
||||
|
||||
PROCEDURE DIVISION.
|
||||
MOVE FUNCTION DATE-OF-INTEGER(1) TO epoch-date
|
||||
|
||||
DISPLAY year "-" month "-" dday
|
||||
|
||||
GOBACK
|
||||
.
|
||||
Loading…
Add table
Add a link
Reference in a new issue