1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 01:20:05 +00:00

Merge pull request #116 from sasjs/fix/mp_init_options_fix

fix: Aligns the autocorrect option with the intent. Closes #115.
This commit is contained in:
Allan Bowe
2021-12-15 11:58:50 +00:00
committed by GitHub

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 */