Date: Tue, 24 May 2005 11:06:04 -0700
Reply-To: Mark <joystar.jin@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mark <joystar.jin@GMAIL.COM>
Organization: http://groups.google.com
Subject: select certain number of records
Content-Type: text/plain; charset="iso-8859-1"
I need to work on a huge dataset. The first thing is to derive some
new variables based on existing variables.
So I want to pick the first 100 or 200 records into a small dataset to
test my code.
I know I can use ranuni() function to select a small number of records
from the original datasets.
But is there a proc sql Or data set function can do this?
Thanks,
|