1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-09 02:10:06 +00:00

chore: doc updates

This commit is contained in:
.
2024-10-30 22:03:46 +00:00
parent 21d6671a5f
commit f1c761d5c1
2 changed files with 12 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ options
%if "%substr(&sysver,1,1)" ne "4" and "%substr(&sysver,1,1)" ne "5" %then %do;
noautocorrect /* disallow misspelled procedure names */
dsoptions=note2err /* undocumented - convert bad NOTEs to ERRs */
/* turn off with dsoptions=nonote2err */
%end;
;