Hi,
I have noticed that SAS 9.2 stores png files twice when I use "ods
graphics on" and "ods html" in conjunction with proc sgrender
I run something like that:
ods graphics on /
WIDTH=30cm height=20cm
NOSCALE
imagefmt=png
imagemap=off
imagename="try"
border=off
;
ods html style=analysis path="&Path.Test-001" body="try1.htm"
gpath="&Path.Test-001" ;
proc sgrender data= [...]
run;
ods graphics off;
ods html close;
ods listing;
SAS produces the html files and png files in the desired directory and
additionally writes png files (using some other style) in the
directory "C:\Program Files\SAS\SASFoundation\9.2". Has anyone
observed the same behavior and does anyone know how to stop SAS from
writing to C:\Program...
Additionally if you have no admin privileges (meaning no write
permission to C:\Program Files...) then SAS writes insufficient
privileges to the log and produced no png-Output at all.
|
|
0
|
|
|
|
Reply
|
xdit301kn (5)
|
12/15/2009 12:37:40 PM |
|