1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: updating the tests following varinitchk=error enablement. Removing the word 'error' from documenttion.

This commit is contained in:
munja
2021-12-13 01:07:54 +00:00
parent 42bd1750bd
commit 0885bad859
18 changed files with 36 additions and 21 deletions

View File

@@ -49,7 +49,7 @@
autocorrect /* disallow mis-spelled procedure names */
compress=CHAR /* default is none so ensure we have something! */
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
errorcheck=STRICT /* catch errs in libname/filename statements */
%str(err)orcheck=STRICT /* catch errs in libname/filename statements */
fmterr /* ensure err when a format cannot be found */
mergenoby=%str(ERR)OR /* throw err when a merge has no BY variables */
missing=. /* changing this can cause hard to detect errs */