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


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