Add SQL_SKEL3 using procedures

This commit is contained in:
SJLennon
2024-05-23 20:04:35 -04:00
parent 0279066993
commit 7c3704a9bf
4 changed files with 156 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"indent": 2,
"PrototypeCheck": true,
"NoOCCURS": true,
"NoSELECTAll": true,
"UppercaseConstants": true,
"IncorrectVariableCase": true,
"NoSQLJoins": true,
"PrettyComments": true,
"NoGlobalSubroutines": true,
"NoExternalTo": [
"QCMD",
"QP2TERM",
"QSH",
"SYSTEM",
"QCMDEXC"
]
}