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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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