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 (April 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Apr 2000 19:44:48 -0400
Reply-To:     Richard DeVenezia <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Richard DeVenezia <radevenz@IX.NETCOM.COM>
Organization: MindSpring Enterprises
Subject:      Re: Applying where clause from list in AF

Jeremy:

If you need a theoretically unlimited amount of where'age, look up in online help (6.12) under _FETCH_ROW_.

Using a Data Set Model Class and Data Set Data Vector Class along with the _SET_WHERE_ you specify the where clause in an SCL list, which is not limited to 1,000 characters.

If you get familiar with these classes you can do neat things like calling up SAS' where builder for your users.

Richard

"Jeremy Bassett" <jez@perfecta-computr.demon.co.uk> wrote in message news:955925587.9170.0.nnrp-02.c1ed6d51@news.demon.co.uk... > I am giving users selections in list boxes and running where clauses against > the dataset to return certain info - my problem is the 200 char limit SAS > puts on an SCL variable. Does anyone know a slick way of applying many of > these where clauses against the dataset. > > TIA > > Jeremy Bassett


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