Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1 @@
* an asterisk in 7th column comments the line out

View file

@ -0,0 +1 @@
D DISPLAY "Debug"

View file

@ -0,0 +1 @@
*> This comment syntax was defined (with free format code) in COBOL 2002.

View file

@ -0,0 +1 @@
>>D DISPLAY "Debug"

View file

@ -0,0 +1,3 @@
NOTE this paragraph is
commented out and ignored
.

View file

@ -0,0 +1,11 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. program.
AUTHOR. Rest of line ignored.
REMARKS. Rest of line ignored.
REMARKS. More remarks.
SECURITY. line ignored.
INSTALLATION. line ignored.
DATE-WRITTEN. same, human readable dates are allowed for instance
DATE-COMPILED. same.
DATE-MODIFIED. this one is handy when auto-stamped by an editor.