BookmarkSubscribeRSS Feed
A_E_Hansen
Calcite | Level 5

I am trying to run the sample SGPLOT map from here....

https://blogs.sas.com/content/sastraining/2017/03/29/plotting-markers-on-a-map-at-zip-code-locations...

I have made very minimal changes, but the titles are being truncated for some reason. 

I am not sure where to even start looking to debug this.



3 REPLIES 3
DanH_sas
SAS Super FREQ

Since your creating PDF output, try adding this line before the PROC SGPLOT run and see if it makes a difference. 

 

ods graphics / outputfmt=png;

 

Also, what version of SAS are you  running?

 

Thanks!
Dan

A_E_Hansen
Calcite | Level 5

Switching to PNG worked.  Thanks.

DanH_sas
SAS Super FREQ

What version of SAS are you using?

SAS Innovate 2025: Call for Content

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!

Submit your idea!

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
  • 3 replies
  • 1792 views
  • 1 like
  • 2 in conversation