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 (October 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: Girish <girish_78@YAHOO.COM>
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.


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