| Date: | Wed, 28 Jan 2004 21:10:25 -0500 |
| Reply-To: | "Yuan C." <peppermint_jojo@YAHOO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Yuan C." <peppermint_jojo@YAHOO.COM> |
| Subject: | List input question |
|---|
Dear SAS-L,
I have a data set like this:
6/15 158 166
6/16 170 154
6/17 209 201
6/18 213 215
6/19 234 227
I wanted to read in the data like this:
6/15 158
6/15 166
6/16 170
6/16 154
6/17 209
6/17 201
......
Can anyone help me on this?... thanks alot!!!
Yuan
|