mirror of
https://github.com/sasjs/core.git
synced 2026-01-18 14:00:05 +00:00
chore: updating all.sas
This commit is contained in:
2
all.sas
2
all.sas
@@ -6421,7 +6421,7 @@ filename &tempref clear;
|
|||||||
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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user