Date: Tue, 5 Mar 2002 09:04:06 -0800
Reply-To: Stevie <stevie@OMICRON-COMPUTING.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Stevie <stevie@OMICRON-COMPUTING.CO.UK>
Organization: http://groups.google.com/
Subject: proc sql
Content-Type: text/plain; charset=ISO-8859-1
Hi folks,
How do you output the result of a proc sql to a work dataset
eg
proc sql;
select * from employees;
the result seems to go straight to the output window and i need it to
a dataset which i can then further manipulate or subset
Thanks
Stevie
|