mirror of
https://github.com/sasjs/core.git
synced 2026-04-21 07:21:31 +00:00
fix: removing WARNINGs from code logic
This commit is contained in:
@@ -70,7 +70,7 @@ data _null_;
|
||||
run;
|
||||
|
||||
%if &appuri=stopifempty %then %do;
|
||||
%put WARNING: &app.(Application) not found!;
|
||||
%put %str(WARN)ING: &app.(Application) not found!;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user