home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / sasl / 3710 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.6 KB  |  44 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!CUA.BITNET!HOGE
  3. Original_To:  BITNET%"sas-l@uga"
  4. Original_cc:  HOGE
  5. Message-ID: <SAS-L%92081312244193@UGA.CC.UGA.EDU>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Thu, 13 Aug 1992 12:27:00 EDT
  8. Reply-To:     HOGE@CUA.BITNET
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         HOGE@CUA.BITNET
  11. Subject:      Convert and merge
  12. Lines: 30
  13.  
  14. Hello, Everyone,
  15.  
  16. I'm new to this list, and very new in SAS.
  17.  
  18. 1. I need to read a portable sas data file and save it to a SAS DATA FILE.
  19.    This is a huge file.  I actually need 1/4 of the variables only.
  20.    How can I save this subset of data file in this step?
  21.  
  22. 2. I need to convert CHARACTER variables into NUMERICAL variables while
  23.    re-code every value of '-' or '&' into missing.  In SPSS, the command
  24.    is    RECODE VARA (CONVERT) '-'=99 '&'=99 INTO VARB
  25.    Is there an equavalent command in SAS?
  26.  
  27. 3. I have another data set in SPSS system format.  I need to 'merge'
  28.    or 'match' this file with the subset of the SAS DATA FILE.  The
  29.    matching variable is IDC.  How do I do this?
  30.  
  31. Some simple examples would be very helpful.
  32.  
  33.  
  34. I'm scared and confused by the volumes of manuals of SAS.  I tried many
  35. times to figure out the ways to solve my problems, but the explanation
  36. and examples are so difficult to be understood.  Why don't the SAS
  37. people write simple manuals like the SPSS people do?  Many people
  38. told me that SAS gives better statistical outputs.  I guess I have
  39. to learn this no matter how painful it will be.
  40.  
  41. Thank you for any help.
  42.  
  43. Fenggang Yang
  44.