added CMS folder

This commit is contained in:
John Paul Wohlscheid
2025-03-31 19:00:48 -04:00
parent c04bc757d9
commit 33048897a7
17778 changed files with 586914 additions and 0 deletions

15
CMS/BP.CLOCK/ACCESS.COMMON Executable file
View File

@@ -0,0 +1,15 @@
COMMON DICT$, ; * Dictionary file variable
FILE$, ; * Data file variable
FILENAME$, ; * File name
CURRENT$, ; * Current value (from last conversion)
ID$, ; * Item-id
ITEM$, ; * Item
NI$, ; * Item counter
ND$, ; * Detail line counter
NB$, ; * Break level
NA$, ; * Attribute number
NV$, ; * Value number
NS$, ; * Sub-value number
MAX$, ; * Field max-length
RESERVED$(7),
USER$(80)