BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SSTEAD
Obsidian | Level 7

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

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.

View solution in original post

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20

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.

SSTEAD
Obsidian | Level 7
Chris,
Thanks for the quick reply.
Stan

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 603 views
  • 0 likes
  • 2 in conversation