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.
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
Switching to PNG worked. Thanks.
What version of SAS are you using?
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.