1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: adding tests for mf_getuniquelibref and mentioning deprecated param in README. Also regenerating all.sas

This commit is contained in:
Allan Bowe
2022-03-04 08:37:29 +00:00
parent 203ff3f80d
commit ed48c49964
5 changed files with 107 additions and 23 deletions

View File

@@ -104,7 +104,9 @@
%let ds=&syslast;
proc compare base=&scopeds compare=&ds;
proc compare
base=&scopeds(where=(upcase(name) not in (%mf_getquotedstr(&ilist))))
compare=&ds;
run;
%if &sysinfo=0 %then %do;