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,20 @@
{
"header": {
"version": 1,
"type": "record",
"approw-key": "STORED_PROC_DEFAULT"
},
"body": {
"record1": {
"<1>": "SUBROUTINE %NAME%(CTRLENTID, EVENT, REQUEST)",
"<2>": "$INSERT O4WCOMMON",
"<3>": "$INSERT O4WEQUATES",
"<4>": "",
"<5>": "BEGIN CASE",
"<6>": "\tCASE EVENT _EQC \"CREATE\"",
"<7>": "END CASE",
"<8>": "",
"<9>": "RETURN 0"
}
}
}