mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
fix: syscc value (not length) assertion
This commit is contained in:
@@ -69,7 +69,7 @@ run;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
%if %length(&syscc) ge 4 %then %do;
|
||||
%if &syscc ge 4 %then %do;
|
||||
%put WARNING: SYSCC=&syscc, exiting &sysmacroname;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
Reference in New Issue
Block a user