From f71681c3521e955bd4c2c08c306b46a2dd0914d2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Nov 2025 01:01:44 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index 11ae20c..e3b8271 100644 --- a/all.sas +++ b/all.sas @@ -24548,7 +24548,7 @@ run; %let fileuri=%trim(%mfv_getpathuri(&path/&name)); /* If properties were found then patch the file to include them */ -%if not %mf_isBlank(&viyaProperties) %then %do; +%if not %mf_isBlank(%superq(viyaProperties)) %then %do; /* Wrap the properties object in a root object also containing the file name */ %local viyapatch; %let viyapatch = %sysfunc(pathname(work))/%mf_getuniquename(prefix=patch_json_); @@ -28171,7 +28171,7 @@ libname &libref1 clear; values in SAS macro variables @details Content is derived from the following endpoint: - "https:///types/types?filter=contains(extensions,'')" + "https://${serverUrl}/types/types?limit=999999" @param [in] ext File extension to retrieve property info for. @param [out] propertiesVar= SAS macro variable name that will contain @@ -28194,6 +28194,7 @@ libname &libref1 clear; @li mf_getvalue.sas @li mf_getvarlist.sas @li mf_getvartype.sas + @li mf_nobs.sas @li mp_abort.sas */