From: Robert Saunders on 23 Feb 2010 22:45 Hi, I'm at a new job that has SAS/Server. I believe it's 9.1.3. I'm trying to PROC EXPORT a file to Excel. I'm using code identical to what works in SAS for PC. PROC EXPORT DATA=sasdataset OUTFILE=".\OutputExcelFile.xls" DBMS=EXCEL REPLACE ; SHEET="NewSheet"; RUN; For some reason, this PROC EXPORT code doesn't work on this server. (PC/Windows-y server.) I wondered if it was that EXPORT was in a module we don't have (e.g., DBLOAD is in ACCESS), but EXPORT is in BASE. Is there something different about SAS for Server v. SAS on PC that would stop this? Or, is it something tied to the license? Thanks, r
|
Pages: 1 Prev: Drop down to SCL and R in your datastep Next: SASMSG FUNCTION |