BookmarkSubscribeRSS Feed
Najmeh
Calcite | Level 5
I 'm working with SAS by remote access. when I use ods graph. I cannot see the graph. the error is:
ERROR: Insufficient authorization to access C:\Program
Files\SAS\SASFoundation\9.2\CumulativeResiduals.png.
is that because of remote access or is there anyway I can see the graph?
Thanks
2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:
I'm not sure what you mean by "ods graph" -- do you mean the automatic ODS GRAPHICS ON/OFF?? Or do you mean that you are using the SGPLOT, SGPANEL or SGSCATTER procedures??? Or, do you mean that you are using GTL and PROC SGRENDER??

Also, you do not indicate what your destination of interest is?? Are you creating graphs in the LISTING window or are you using ODS HTML, ODS RTF or ODS PDF??

The quickest way to get your graphics would be to use ODS RTF or ODS PDF instead of ODS LISTING. The LISTING destination tries to write your images to a default location that you may not have write access to. The same thing applies for ODS HTML. The way around this putting your images in a default location is to use the PATH= and/or GPATH= option on your destination statement to direct ODS exactly WHERE to write your images.

ODS RTF and/or ODS PDF are quicker because the graphs that you create are actually embedded in the ODS result file and if you can get the RTF or PDF results directly, then your images should be contained within the document that's created by ODS.

You also did not say what operating system you were running or how you were operating via remote access (SAS Enterprise Guide, Citrix, Telnet, SAS/Connect?) or what version of SAS you were using. For more complete help, you might consider opening a track with SAS Technical Support. This documentation topic might also be useful:
http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003152012.htm


cynthia
Peter_C
Rhodochrosite | Level 12
probably you don't have rights to write in that folder.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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