mirror of
https://github.com/sasjs/core.git
synced 2026-01-02 23:30:06 +00:00
fix: upcasing vars in mp_assertscope
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
create table _data_ as
|
create table _data_ as
|
||||||
select name,offset,value
|
select name,offset,value
|
||||||
from dictionary.macros
|
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;
|
order by name,offset;
|
||||||
|
|
||||||
%let ds=&syslast;
|
%let ds=&syslast;
|
||||||
|
|||||||
Reference in New Issue
Block a user