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 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 31 Oct 2005 22:36:20 -0500
Reply-To:   JP <zhujp98@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   JP <zhujp98@GMAIL.COM>
Subject:   how to delete a record
Content-Type:   text/plain; charset=ISO-8859-1

I have a dataset d1 which contain x y which are real number i want to create a new dataset d2 which does not contain the fifth recond of d1. how can i do that? d1 2.344 3.445 3.33 2.5 2.445 3.4 2.344 3.445 3.33 2.5 2.445 3.4 2.344 3.445 3.33 2.5 2.445 3.4 d2 should be 2.344 3.445 3.33 2.5 2.445 3.4 2.344 3.445 2.445 3.4 2.344 3.445 3.33 2.5 2.445 3.4 Thanks


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