Date: Wed, 18 Dec 2002 13:57:47 +0800
Reply-To: =?gb2312?q?Johnson=20Chang?= <jchangmail@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: =?gb2312?q?Johnson=20Chang?= <jchangmail@YAHOO.COM>
Subject: PROC EXPORT and EXCEL2000 under V6.12 ??
In-Reply-To: <se006454.093@HEALTH-ES2.HEALTH.QLD.GOV.AU>
Content-Type: text/plain; charset=gb2312
This code works well under sas v8 or later, but i know, it does not work under sas v612.
I have no manual about V6, so could you tell me the correct one for v6? Thanks in
advance.
PROC EXPORT DATA= WORK.TEST
OUTFILE= "c:\TEST.xls"
DBMS=EXCEL2000 REPLACE;
RUN;
_________________________________________________________
Do You Yahoo!?
"您想享受2-7折星级酒店价格吗?"
http://cn.travel.yahoo.com/
|