Currently I'm trying to export a Graph with ODS in a SAS guide enviroment. The problem is that we try to export the file on a rute, SAS introduces on the rute the pre-name /sas/config1/Lev1/SASApp/. Anyone knows if it is possible to change this?.
ERROR: Pysical file does not exist, /sas/config1/Lev1/SASApp/....
ods listing close;
ods msoffice2k path="...............";
file='example.xls';
Proc gchar data=WORK.EXAMPLE;
....
...
....
run;
QUIT;
ODS msoffice2k close;
ods listing;
Thanks before-hand for the help,
Antonio Castillo