From c50555a6e29dc3fa0f2fb72f210513ced761a645 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Feb 2026 17:23:52 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all.sas b/all.sas index 1528759..8f70b7c 100644 --- a/all.sas +++ b/all.sas @@ -1018,8 +1018,9 @@ or %index(&pgm,/tests/testteardown) %local dsid vnum rc schema; /* in case the parameter is a libref.tablename, pull off just the libref */ %let libref = %upcase(%scan(&libref, 1, %str(.))); + /* sysname can be 'Schema/Owner' or just 'Schema' (eg snowflake) */ %let dsid=%sysfunc(open(sashelp.vlibnam(where=( - libname="%upcase(&libref)" and sysname='Schema/Owner' + libname="%upcase(&libref)" and sysname=:'Schema' )),i)); %if (&dsid ^= 0) %then %do; %let vnum=%sysfunc(varnum(&dsid,SYSVALUE));