From b75369b28d27e352f3f9a4863cde14571407f3f7 Mon Sep 17 00:00:00 2001 From: munja Date: Tue, 23 Aug 2022 16:00:42 +0100 Subject: [PATCH] fix: pgm uninitialised in mm_getstpinfo --- all.sas | 2 +- meta/mm_getstpinfo.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index 3750893..87ca8a9 100644 --- a/all.sas +++ b/all.sas @@ -17831,7 +17831,7 @@ data &outds; rc5=metadata_getattr(tsuri,"Name",servercontext); end; else do; - put "%str(ERR)OR: could not find " pgm; + put "%str(ERR)OR: could not find " path; put (_all_)(=); end; &md.put (_all_)(=); diff --git a/meta/mm_getstpinfo.sas b/meta/mm_getstpinfo.sas index 5a2c9e0..d9b0f2d 100644 --- a/meta/mm_getstpinfo.sas +++ b/meta/mm_getstpinfo.sas @@ -58,7 +58,7 @@ data &outds; rc5=metadata_getattr(tsuri,"Name",servercontext); end; else do; - put "%str(ERR)OR: could not find " pgm; + put "%str(ERR)OR: could not find " path; put (_all_)(=); end; &md.put (_all_)(=);