I have a number of png graphics. There names are greater than 10-12 charcters for human readability.
I created a table with a shortened, two character name for input into gslide.
%let Status=ReallyLongName;
%let xtype=NM;
goptions reset=all device=png300 nodisplay
xmax=7in ymax=4in;
goptions iback="&outdir./&Status..png" imagestyle=fit;
proc gslide gout=graph.call name="&xtype";
run; quit;
The resulting entry in graph.call is:
"NMReallyLo"
Is there a way to override the output name in the catalog to be the short, two character name specified?
Thanks.
Stan
This looks like a big fat bug and should be reported to Tech Support.
To work around it, you can run proc catalog after the entry is saved and change the entry name.
This looks like a big fat bug and should be reported to Tech Support.
To work around it, you can run proc catalog after the entry is saved and change the entry name.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.