home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4948 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.7 KB  |  60 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!bcm!rice!newsfeed.rice.edu!wupost!darwin.sura.net!paladin.american.edu!auvm!MCIMAIL.COM!0005400191
  3. Message-ID: <82921106161028/0005400191PK2EM@mcimail.com>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Fri, 6 Nov 1992 16:10:00 GMT
  6. Reply-To:     Willy Waks <0005400191@MCIMAIL.COM>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Willy Waks <0005400191@MCIMAIL.COM>
  9. Subject:      Simple Update Request - Reply
  10. Comments: To: SAS-L <SAS-L@tcsvm.bitnet>
  11. Lines: 47
  12.  
  13. Machiko Hollifiled writes from Paris:
  14. **********************************************************************
  15. I run the most simple update program.  I have variables "prenom" and
  16. "nom" which
  17. was inputed using French Keyboard (I assume), in the master file.  I created the
  18. transaction file for which I used American Keyboard, but number of columns for
  19. each variables are the same.  But the updated file has two "prenom" and "nom"
  20. variables.  Is is standard SAS way?  I'm very confused.
  21. Any help is appriciated.
  22. machiko Hollifield
  23. it is very confusing to be in France!
  24. ----------------------------------------------------------------------------
  25. Master data
  26.  OBS    PROF    PRENOM        NOM                SEXE    MATIERE
  27.    1      1     Marguerite    BOULEVERSIFIANT     2         F
  28. .... lines cut
  29. Transaction data
  30.  OBS    PROF    PRENON    NON         SEXE    MATIERE
  31. .... line cut
  32.   1       8               VERT
  33. Updated data
  34. ..... lines cut
  35. PROF    PRENOM        NOM                SEXE    MATIERE    PRENON    NON
  36. 1     Marguerite    BOULEVERSIFIANT     2         F
  37. 2     G rard        DIAFOIRUS           1         E
  38. 8                                       1         F       Donald
  39. BONVALET
  40. **********************************************************************
  41.  
  42. Machiko:
  43. I notice that the variables on your original master file are NOM and
  44. PRENOM (ending with M), while the variables on your transaction file
  45. are: NON and PRENON (ending with N). Wether you enter this on an
  46. Azerty or a US keyboard, these are still 4 different variables.
  47. This should solve your problem quickly. A propos, note that if you
  48. enter Gerard on an Azerty keyboard (with an accent aigu on the e), and
  49. Gerard on an US keyboard (no diacritic), an update/merge will not
  50. yield a match, because they will have unequal ASCII values.
  51. Last, but not least, since when does the Institut National d'Etudes
  52. Demographiques perform research on entertainment celebrities ?
  53. Salutations !
  54. "Un Parisien a Dallas" (Georges Gershevain)
  55.         <<Errare humanum est... sed perseverare diabolicum !>>
  56. Willy Waks
  57. 2W Systems Co., Inc 5430 Alpha Road Suite 200 Dallas TX 75240
  58. Tel: 214-6618619 Fax: 214-6610130
  59. Email: wwaks@mcimail.com     73437.344@Compuserve.com
  60.