mirror of
https://github.com/sasjs/core.git
synced 2025-12-11 06:24:35 +00:00
fix: superq
This commit is contained in:
2
all.sas
2
all.sas
@@ -17807,7 +17807,7 @@ libname _XML_ clear;
|
||||
)/*/STORE SOURCE*/;
|
||||
|
||||
filename response temp;
|
||||
%if %superq(&user)=0 %then %do;
|
||||
%if %superq(user)=0 %then %do;
|
||||
proc metadata in= '<GetMetadataObjects>
|
||||
<Reposid>$METAREPOSITORY</Reposid>
|
||||
<Type>Person</Type>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
)/*/STORE SOURCE*/;
|
||||
|
||||
filename response temp;
|
||||
%if %superq(&user)=0 %then %do;
|
||||
%if %superq(user)=0 %then %do;
|
||||
proc metadata in= '<GetMetadataObjects>
|
||||
<Reposid>$METAREPOSITORY</Reposid>
|
||||
<Type>Person</Type>
|
||||
|
||||
Reference in New Issue
Block a user