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

chore: updating all.sas

This commit is contained in:
munja
2021-12-15 12:18:56 +00:00
parent 032c4f318e
commit a45384aacb

View File

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