1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 04:20:05 +00:00

fix: removing syserrortext as it breaks when commas are embedded

This commit is contained in:
Allan Bowe
2022-02-02 19:35:54 +00:00
parent 64f53acce2
commit 67f28a366c
3 changed files with 4 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;