mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 21:10:05 +00:00
fix: pgm uninitialised in mm_getstpinfo
This commit is contained in:
2
all.sas
2
all.sas
@@ -17831,7 +17831,7 @@ data &outds;
|
|||||||
rc5=metadata_getattr(tsuri,"Name",servercontext);
|
rc5=metadata_getattr(tsuri,"Name",servercontext);
|
||||||
end;
|
end;
|
||||||
else do;
|
else do;
|
||||||
put "%str(ERR)OR: could not find " pgm;
|
put "%str(ERR)OR: could not find " path;
|
||||||
put (_all_)(=);
|
put (_all_)(=);
|
||||||
end;
|
end;
|
||||||
&md.put (_all_)(=);
|
&md.put (_all_)(=);
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ data &outds;
|
|||||||
rc5=metadata_getattr(tsuri,"Name",servercontext);
|
rc5=metadata_getattr(tsuri,"Name",servercontext);
|
||||||
end;
|
end;
|
||||||
else do;
|
else do;
|
||||||
put "%str(ERR)OR: could not find " pgm;
|
put "%str(ERR)OR: could not find " path;
|
||||||
put (_all_)(=);
|
put (_all_)(=);
|
||||||
end;
|
end;
|
||||||
&md.put (_all_)(=);
|
&md.put (_all_)(=);
|
||||||
|
|||||||
Reference in New Issue
Block a user