home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3878 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.5 KB  |  60 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!HUB.UCSB.EDU!VELASCO
  3. Message-ID: <9208252208.AA29811@alishaw.ucsb.edu>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Tue, 25 Aug 1992 15:08:56 PDT
  6. Reply-To:     Steve Velasco <velasco%alishaw@HUB.UCSB.EDU>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Steve Velasco <velasco%alishaw@HUB.UCSB.EDU>
  9. Subject:      Merging Data Sets
  10. Comments: To: SAS-L@uga.cc.uga.edu
  11. Lines: 47
  12.  
  13. Contents:     Question about merging data sets.
  14. Rlse/Pltfm:   6.07/Unix(SunOS 4.1)
  15. Name:         Steven Velasco
  16. E-Mail:       velasco@alishaw.ucsb.edu
  17. Voice:        (805)562-1642
  18.  
  19. Hello SAS-L,
  20.  
  21. I have a question about merging data sets that I hope someone out there
  22. can answer.
  23.  
  24. I have two data sets, one has student level data and the
  25. other school level data, of the following form:
  26.  
  27. A) STUDENT LEVEL DATA              |    B) SCHOOL LEVEL DATA
  28. CASEID   SCHOOLID  VAR1...VARN     |    SCHOOLID       VARS1...VARSN
  29. ------   -------   ----------      |    --------       -------------
  30. 100011   1000       X  ... X       |    1000             X  ...  X
  31. 100012   1000       X  ... X       |    1001             X  ...  X
  32. 100013   1000       X  ... X       |    1002             X  ...  X
  33. 100111   1001       X  ... X       |    1003             X  ...  X
  34. 100112   1001       X  ... X       |    1004             X  ...  X
  35. 100113   1001       X  ... X       |    1005             X  ...  X
  36. :                                  |    :
  37. :                                  |    :
  38. :                                  |    1999             X  ...  X
  39. :                                  |
  40. :                                  |
  41. 1999XX   1999       X  ... X       |
  42.  
  43. There are about 28,000 students in approximately 1000 schools,
  44. with 135 student level variables, and 235 school level variables.
  45.  
  46. As you can see, there are numerous students with the same "SCHOOLID"
  47. in the student level data.  What I would like is a data set that
  48. has all school level variables for each student that attended a particular
  49. school.  For example, for each student that attended school 1000, I would
  50. like to have the relevant school level data merged to their responses.
  51.  
  52. It seems that SAS should be able to do something like this, but looking
  53. at the manuals it is not immediately apparent to me how.
  54.  
  55. Any help will be very much appreciated.
  56.  
  57. Please E-Mail responses to:
  58.                              Steven C. Velasco
  59.                              velasco@alishaw.ucsb.edu
  60.