1
0
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:
Allan Bowe
2020-07-30 02:42:13 +02:00
parent 53865a3909
commit 9d9a72220f
2 changed files with 71 additions and 5 deletions

View File

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