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_)(=);