Date: Mon, 16 Jun 2003 10:23:55 -0700
Reply-To: "Huang, Ya" <yhuang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Huang, Ya" <yhuang@AMYLIN.COM>
Subject: proc export, no subsetting is allowed?
Content-Type: text/plain; charset="iso-8859-1"
Hi there,
I found it very weird that proc export dose not
allow a in data set subsetting (with where clause in data set option):
proc export data=xxx (where=(xxx=yyy)) outfile='sadasdad';
run;
Has anyone noticed this also? Isn't it strange?
Thanks
Ya
|