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

fix: superq

This commit is contained in:
Allan Bowe
2022-06-17 17:58:39 +00:00
parent 08ea9f7c00
commit d42ede15db
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>