mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 20:40:05 +00:00
fix: missing end comment in mp_init.sas
This commit is contained in:
2
all.sas
2
all.sas
@@ -6368,7 +6368,7 @@ filename &tempref clear;
|
|||||||
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
|
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
|
||||||
errorcheck=STRICT /* catch errors in libname/filename statements */
|
errorcheck=STRICT /* catch errors in libname/filename statements */
|
||||||
fmterr /* ensure error when a format cannot be found */
|
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 */
|
missing=. /* some sites change this which causes hard to detect errors */
|
||||||
noquotelenmax /* avoid warnings for long strings */
|
noquotelenmax /* avoid warnings for long strings */
|
||||||
noreplace /* avoid overwriting permanent datasets */
|
noreplace /* avoid overwriting permanent datasets */
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
|
datastmtchk=ALLKEYWORDS /* protection from overwriting input datasets */
|
||||||
errorcheck=STRICT /* catch errors in libname/filename statements */
|
errorcheck=STRICT /* catch errors in libname/filename statements */
|
||||||
fmterr /* ensure error when a format cannot be found */
|
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 */
|
missing=. /* some sites change this which causes hard to detect errors */
|
||||||
noquotelenmax /* avoid warnings for long strings */
|
noquotelenmax /* avoid warnings for long strings */
|
||||||
noreplace /* avoid overwriting permanent datasets */
|
noreplace /* avoid overwriting permanent datasets */
|
||||||
|
|||||||
Reference in New Issue
Block a user