1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 13:00:05 +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*/; )/*/STORE SOURCE*/;
filename response temp; filename response temp;
%if %superq(&user)=0 %then %do; %if %superq(user)=0 %then %do;
proc metadata in= '<GetMetadataObjects> proc metadata in= '<GetMetadataObjects>
<Reposid>$METAREPOSITORY</Reposid> <Reposid>$METAREPOSITORY</Reposid>
<Type>Person</Type> <Type>Person</Type>

View File

@@ -32,7 +32,7 @@
)/*/STORE SOURCE*/; )/*/STORE SOURCE*/;
filename response temp; filename response temp;
%if %superq(&user)=0 %then %do; %if %superq(user)=0 %then %do;
proc metadata in= '<GetMetadataObjects> proc metadata in= '<GetMetadataObjects>
<Reposid>$METAREPOSITORY</Reposid> <Reposid>$METAREPOSITORY</Reposid>
<Type>Person</Type> <Type>Person</Type>