home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3460 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.3 KB  |  48 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!PC.IBT.DK!OKOKS
  3. Encoding: 33 TEXT
  4. X-Mailer: Network Courier V2.1b
  5. X-Charset: ASCII
  6. X-Char-Esc: 29
  7. Message-ID: <2A76C37F@pc.ibt.dk>
  8. Newsgroups: bit.listserv.sas-l
  9. Date:         Wed, 29 Jul 1992 09:12:00 PDT
  10. Reply-To:     okoks@PC.IBT.DK
  11. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  12. From:         okoks@PC.IBT.DK
  13. Subject:      Format on datasets
  14. Lines: 32
  15.  
  16. Dear SAS-lers,
  17.  
  18. I have a dataset with the following format:
  19.  
  20.       Year Jan Feb Mar . . . Nov Dec
  21.       1960  1   2   3         4   5
  22.       1961  6   7   8         9   0
  23.        .    .   .   .         .   .
  24.        .    .   .   .         .   .
  25.       1990  1   2   3         4   5
  26.  
  27.  
  28. I need to make a graph of this dataset (price*year). Do I have to make a new
  29. dataset and chance the format to
  30.  
  31.       Year Month Price
  32.       1960   1     1
  33.       1960   2     2
  34.        .     .     .
  35.  
  36. and if I do, how do I do that, or can I make my graph out of the original
  37. dataset ??
  38.  
  39. Thanks in advance.
  40.  
  41. Karsten Strobek
  42.  
  43. Institute of Economics                              Phone: +45 33 91 21 66/377
  44. University of Copenhagen                                  Fax: +45 33 12 00 01
  45. Studiestraede 6                                      Internet: okoks@pc.ibt.dk
  46. DK-1455 Copenhagen K
  47. Denmark
  48.