From a45384aacb08ab414961d38c5082c547a12105c7 Mon Sep 17 00:00:00 2001 From: munja Date: Wed, 15 Dec 2021 12:18:56 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sas b/all.sas index bc64229..a70de0e 100644 --- a/all.sas +++ b/all.sas @@ -6421,7 +6421,7 @@ filename &tempref clear; 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 */