diff --git a/all.sas b/all.sas index c2f0292..dbc7bd3 100644 --- a/all.sas +++ b/all.sas @@ -6368,7 +6368,7 @@ filename &tempref clear; 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 */ diff --git a/base/mp_init.sas b/base/mp_init.sas index ca056a2..4e1b239 100644 --- a/base/mp_init.sas +++ b/base/mp_init.sas @@ -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 */