LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page