diff --git a/base/mp_init.sas b/base/mp_init.sas index 65592dd..3882f0d 100644 --- a/base/mp_init.sas +++ b/base/mp_init.sas @@ -46,7 +46,7 @@ run; options - autocorrect /* disallow mis-spelled procedure names */ + noautocorrect /* disallow misspelled procedure names */ compress=CHAR /* default is none so ensure we have something! */ datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */ %str(err)orcheck=STRICT /* catch errs in libname/filename statements */