home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / sasl / 5418 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.3 KB  |  28 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!ALASKA.BITNET!AFDGF
  3. Message-ID: <SAS-L%92121716283761@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Thu, 17 Dec 1992 12:21:38 -0900
  6. Reply-To:     "ACAD2A::AFDGF" <AFDGF@ALASKA.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         DENNIS G FISHER <AFDGF@ALASKA.BITNET>
  9. Subject:      ID Numbers and confidentiality
  10. Lines: 16
  11.  
  12. I have a situation with a grad student in which I have access to
  13. a dataset that includes confidential names that she cannot have
  14. access to.  I want to create a unique identifier so that
  15. every time the same name shows up in the dataset, that person
  16. gets the same identifier.  We do not have date of birth or
  17. any other numbers that we could use.  The input statement looks something like
  18. Input month 1-2  day 3-4  year 5-6  firstnam $ 35-42  lastnam $ 43-54 ;
  19. We are using VMS and can use either 6.06 or 6.07.
  20. If I could create a unique identifier, then I could just output
  21. another raw dataset that has the unique identifier and the other
  22. variables that she needs without the names, transfer that dataset
  23. to her account, and everything would be fine.
  24. Thanks in advance for your help.
  25. Dennis Fisher
  26. Center for Alcohol and Addiction Studies
  27. University of Alaska Anchorage
  28.