From d42ede15db02e97ac90c14c45089b19f81f38b09 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Fri, 17 Jun 2022 17:58:39 +0000 Subject: [PATCH] fix: superq --- all.sas | 2 +- meta/mm_getusers.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index d77e0100..dbc1cfed 100644 --- a/all.sas +++ b/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= ' $METAREPOSITORY Person diff --git a/meta/mm_getusers.sas b/meta/mm_getusers.sas index 09da6288..76872983 100644 --- a/meta/mm_getusers.sas +++ b/meta/mm_getusers.sas @@ -32,7 +32,7 @@ )/*/STORE SOURCE*/; filename response temp; -%if %superq(&user)=0 %then %do; +%if %superq(user)=0 %then %do; proc metadata in= ' $METAREPOSITORY Person