|
This is a pretty basic question I guess, but I don't have access to the
user guide at this moment and I couldn't find any accurate postings.
How can I name a worksheet when exporting to Excel? I tried
PROC EXPORT DATA= MyDataSet
OUTFILE= "V:\users\etcetera\FileName.xls"
DBMS=EXCEL2000 REPLACE;
SHEET="My_Text";
RUN;
But the log says that the SHEET-statement is not valid/ out of proper
order. I am using SAS 8.2.
Arjen
|