From b3298143c7e557d9e8f002618418837f6ce8fc57 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Nov 2025 01:43:18 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/all.sas b/all.sas index e3b8271..7a0a9c5 100644 --- a/all.sas +++ b/all.sas @@ -24544,6 +24544,17 @@ run; ,msg=%str(&SYS_PROCHTTP_STATUS_CODE &SYS_PROCHTTP_STATUS_PHRASE) ) +%local libref2; +%let libref2=%mf_getuniquelibref(); +libname &libref2 JSON fileref=&fname1; +/* Grab the follow on link */ +data &outds; + set &libref2..links end=last; + if rel='createChild' then do; + &dbg put (_all_)(=); + end; +run; + /* URI of the created file */ %let fileuri=%trim(%mfv_getpathuri(&path/&name)); @@ -24600,6 +24611,7 @@ run; /* clear refs */ filename &fname1 clear; filename &fref clear; + libname &libref2 clear; %end; %mp_abort(