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

fix: Aligns the autocorrect option with the intent.

This commit is contained in:
Trevor Moody
2021-12-15 11:25:41 +00:00
parent d49b21f3f1
commit 7185032680

View File

@@ -46,7 +46,7 @@
run; run;
options options
autocorrect /* disallow mis-spelled procedure names */ noautocorrect /* disallow misspelled procedure names */
compress=CHAR /* default is none so ensure we have something! */ compress=CHAR /* default is none so ensure we have something! */
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */ datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
%str(err)orcheck=STRICT /* catch errs in libname/filename statements */ %str(err)orcheck=STRICT /* catch errs in libname/filename statements */