| Date: | Wed, 2 Oct 2002 08:48:28 -0400 |
| Reply-To: | "Livingston, Arthur (OIG/OAS)" <ALIVINGSTON@OIG.HHS.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Livingston, Arthur (OIG/OAS)" <ALIVINGSTON@OIG.HHS.GOV> |
| Subject: | Re: creating sas subset |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
data newfile (KEEP = var1 var2 var3 var4 var5) ; /* use your variable names here */
set oldfile ;
run ;
Arthur Livingston
Region III
Advanced Techniques Staff
215-861-4501 x2014
215-861-4541 (Fax)
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
|