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 (December 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Dec 1998 13:53:41 -0700
Reply-To:     "Jeff J. Voeller" <atrocity@MY-DEJANEWS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Jeff J. Voeller" <atrocity@MY-DEJANEWS.COM>
Organization: Deja News Mail  (http://www.my-dejanews.com:80)
Subject:      OBS= equivalent for output datasets?
Content-Type: text/plain; charset=us-ascii

We all know that SAS has that nifty little OBS= option for running tests on small portions of input datasets. But is there a way to apply similar logic to an output dataset?

In other words, I want to process a DATA step until the result data reaches a certain number of observations, regardless of how many observations in the input dataset need to be read.

For those familiar with SyncSort, what I'm suggesting is akin to how its STOPAFT= parameter works.

I guess I could initialize a counter and then STOP when it hits my desired number...

Thanks for any suggestions.

-----== Sent via Deja News, The Discussion Network ==----- http://www.dejanews.com/ Easy access to 50,000+ discussion forums


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