BookmarkSubscribeRSS Feed
BMH_KH
Calcite | Level 5

The code below worked in v9.2 but, now in v9.3, the output PNG file from PROC GMPA goes to a temporary sub-directory in the SAS directory instead of the path name denoted in the FILENAME statement.  Does anyone know why this no longer works?!

FILENAME plots "C:\Maps\";

DEVICE=png transparency GSFNAME=plots GSFMODE=REPLACE NOFILEONLY;

PROC gmap data=mapproj map=mapproj anno=annoProj2;

     id state;

     choro state / nolegend coutline=black name="OutMap";

run; quit;

3 REPLIES 3
Amir
PROC Star

Hi,

Are there any notes, warnings or errors in the log? If not then this might be one for SAS Technical Support (link at bottom of screen.)

Regards,

Amir.

ballardw
Super User

Did your environment change between 9.2 and 9.3 such as now runing with a SAS server?

BMH_KH
Calcite | Level 5

I am using Windows 7 but found out the issue was with the switch in V9.3 to HTML output.  By setting my results preferences in SAS back to "LIST" and not "HTML", it is working yet once again.

Thank you for you help.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 3 replies
  • 1333 views
  • 0 likes
  • 3 in conversation