mirror of
https://github.com/sasjs/core.git
synced 2026-01-19 22:40:06 +00:00
fix: dependency in mp_loadformat test and strict mode issue in mm_deletelibrary
This commit is contained in:
@@ -78,6 +78,7 @@ filename &fname2 clear;
|
||||
%local isgone;
|
||||
data _null_;
|
||||
length type uri $256;
|
||||
call missing (of _all_);
|
||||
rc=metadata_resolve("omsobj:SASLibrary?@Id='&liburi'",type,uri);
|
||||
call symputx('isgone',type,'l');
|
||||
run;
|
||||
|
||||
Reference in New Issue
Block a user