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

fix: missing end comment in mp_init.sas

This commit is contained in:
munja
2021-12-06 14:58:13 +00:00
parent 858b378658
commit 4aca34d4c2
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
errorcheck=STRICT /* catch errors in libname/filename statements */
fmterr /* ensure error when a format cannot be found */
mergenoby=ERROR /*
mergenoby=ERROR /* Throw error when a merge has no BY variables */
missing=. /* some sites change this which causes hard to detect errors */
noquotelenmax /* avoid warnings for long strings */
noreplace /* avoid overwriting permanent datasets */