mirror of
https://github.com/sasjs/core.git
synced 2025-12-15 16:14:36 +00:00
fix: removing WARNINGs from code logic
This commit is contained in:
@@ -68,12 +68,12 @@ data _null_;
|
||||
run;
|
||||
|
||||
%if &tsuri=stopifempty %then %do;
|
||||
%put WARNING: &stp.(StoredProcess) not found!;
|
||||
%put %str(WARN)ING: &stp.(StoredProcess) not found!;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
%if %length(&stpcode)<2 %then %do;
|
||||
%put WARNING: No SAS code supplied!!;
|
||||
%put %str(WARN)ING: No SAS code supplied!!;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user