| 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
|