mirror of
https://github.com/sasjs/core.git
synced 2026-01-12 03:00:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58d2d6382a | ||
|
|
67f28a366c |
5
all.sas
5
all.sas
@@ -5954,8 +5954,7 @@ filename &fref1 clear;
|
|||||||
run;
|
run;
|
||||||
%mp_abort(
|
%mp_abort(
|
||||||
mac=&sysmacroname,
|
mac=&sysmacroname,
|
||||||
msg=%str(Filter validation issues. ERR=%superq(SYSERRORTEXT)
|
msg=%str(Filter validation issues.)
|
||||||
, WARN=%superq(SYSWARNINGTEXT) )
|
|
||||||
)
|
)
|
||||||
%end;
|
%end;
|
||||||
%let syscc=1008;
|
%let syscc=1008;
|
||||||
@@ -8516,7 +8515,7 @@ run;
|
|||||||
/* do not proceed if no observations can be processed */
|
/* do not proceed if no observations can be processed */
|
||||||
%mp_abort(iftrue= (%sysfunc(getoption(OBS))=0)
|
%mp_abort(iftrue= (%sysfunc(getoption(OBS))=0)
|
||||||
,mac=&sysmacroname
|
,mac=&sysmacroname
|
||||||
,msg=%str(options obs = 0. syserrortext=&syserrortext)
|
,msg=%str(cannot continue when options obs = 0)
|
||||||
)
|
)
|
||||||
|
|
||||||
%if &ACTION=LOCK %then %do;
|
%if &ACTION=LOCK %then %do;
|
||||||
|
|||||||
@@ -96,8 +96,7 @@ filename &fref1 clear;
|
|||||||
run;
|
run;
|
||||||
%mp_abort(
|
%mp_abort(
|
||||||
mac=&sysmacroname,
|
mac=&sysmacroname,
|
||||||
msg=%str(Filter validation issues. ERR=%superq(SYSERRORTEXT)
|
msg=%str(Filter validation issues.)
|
||||||
, WARN=%superq(SYSWARNINGTEXT) )
|
|
||||||
)
|
)
|
||||||
%end;
|
%end;
|
||||||
%let syscc=1008;
|
%let syscc=1008;
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ run;
|
|||||||
/* do not proceed if no observations can be processed */
|
/* do not proceed if no observations can be processed */
|
||||||
%mp_abort(iftrue= (%sysfunc(getoption(OBS))=0)
|
%mp_abort(iftrue= (%sysfunc(getoption(OBS))=0)
|
||||||
,mac=&sysmacroname
|
,mac=&sysmacroname
|
||||||
,msg=%str(options obs = 0. syserrortext=&syserrortext)
|
,msg=%str(cannot continue when options obs = 0)
|
||||||
)
|
)
|
||||||
|
|
||||||
%if &ACTION=LOCK %then %do;
|
%if &ACTION=LOCK %then %do;
|
||||||
|
|||||||
Reference in New Issue
Block a user