| Date: | Mon, 6 May 2002 15:56:40 -0400 |
| Reply-To: | Jialu Zhang <jzhang8@GL.UMBC.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jialu Zhang <jzhang8@GL.UMBC.EDU> |
| Organization: | University of Maryland, Baltimore County |
| Subject: | A question about exporting data to Excel |
| Content-Type: | TEXT/PLAIN; charset=US-ASCII |
|---|
Hello,
I use proc dbload to export my dataset from SAS to Excel. I did as
follows:
proc dbload dbms=excel data=one;
putnames=y;
path='D:\temp\imagene.xls';
run;
The SAS log gives me message saying:
This DBLOAD compatibility procedure does not support full screen
features.
Has anyone met this kind of problem before? How can I solve it?
Thanks a lot,
Julie
|