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

fix: upcasing vars in mp_assertscope

This commit is contained in:
munja
2022-02-09 22:07:03 +01:00
parent 3c7e762eeb
commit 85e0b6a4a9

View File

@@ -98,7 +98,7 @@
create table _data_ as
select name,offset,value
from dictionary.macros
where scope="&scope" and name not in (%mf_getquotedstr(&ilist))
where scope="&scope" and upcase(name) not in (%mf_getquotedstr(&ilist))
order by name,offset;
%let ds=&syslast;