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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.