added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,17 @@
Compile Insert OLIST_QUERY_EQUATES
/*
Author Mr C
Date 13th August 1997
Structure of the OLISTQUERY record in SYSREPOSREPORTS
*/
Equ OLQ_Desc$ To 1
Equ OLQ_Date$ To 2
Equ OLQ_Time$ To 3
Equ OLQ_User$ To 4
Equ OLQ_SortBy$ To 5
Equ OLQ_SelCriteria$ To 6
Equ OLQ_TableName$ To 7
Equ OLQ_Sentence$ To 8