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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!ZODIAC.BITNET!HAMER
  3. X-Envelope-to: sas-l@OHSTVMA.BITNET
  4. X-VMS-To: IN%"DALMAS@NIEHS.BITNET"
  5. X-VMS-Cc: BITNET%"sas-l@ohstvma"
  6. Message-ID: <01GNSWZ4D09S9VV0UB@zodiac.rutgers.edu>
  7. Newsgroups: bit.listserv.sas-l
  8. Date:         Thu, 20 Aug 1992 11:27:00 EDT
  9. Reply-To:     "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  10. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  11. From:         "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  12. Subject:      Re: SAS/AF beginner needs suggestions
  13. Comments: To: DALMAS@NIEHS.BITNET
  14. Lines: 39
  15.  
  16. Dawn Dalmas <DALMAS@NIEHS.BITNET> writes:
  17.  
  18. >CONTENT:   SAS/AF beginner needs suggestions
  19. >REL/PLTF:  mine is VAX/VMS running SAS v6.06
  20. >E-ADDR:    DALMAS@NIEHS.BITNET
  21. >NAME:      Dawn Dalmas
  22. >DATE:      August 20, 1992
  23.  
  24. >user-generation of reports, resulting in creation of SAS datasets.  Sounds
  25. >like a job for SAS/AF, right?  But I'm having a little trouble getting started,
  26. >and would appreciate suggestions/comments/advice aimed at my level (SAS
  27. >programmer with no AF or SCL experience).  I have one Fine Manual at my
  28. >fingertips: SAS/AF Usage & Reference, Vs. 6, 1st edition.  The Ch.10 (p.172)
  29. >description of PROC BUILD states ability to "read from and write to SAS data
  30. >sets" yet I'm not clear on just how to do this.  Are there other manuals/books
  31. >you'd recommend with tutorial-type examples?  Is the SI course "SAS/AF Software
  32. >Applications Using Screen Control Language" worth the money?
  33.  
  34. I took the course a couple of months ago, and in my opinion, it's worth it.
  35. Like most SAS short courses, it is well organized, full of information,
  36. and well taught.  I took it at the Institute training center in Cary.
  37. While one can by no means expect to walk out of the course and write
  38. systems with the ease with which one could had you had a bunch of experience,
  39. if you choose your initial project carefully it will teach you more, and you
  40. will develop the experience needed to write more sophisticated projects.
  41.  
  42. One remark: You mention use of your systems for data entry and data management.
  43. Although this can be done completely in AF, if you have FSP as well, PROC
  44. FSEDIT will make this much easier.  You can invoke FSEDIT from within an
  45. AF SCL program.  Both FSP and AF use SCL.
  46.  
  47. I feel, personally, that trying to learn how to do all this, by yourself,
  48. from the manuals alone, is very difficult.  I think the course will help
  49. a lot.  Especially as the manuals are all written under the assumption
  50. that you're on an IBM mainframe, and you are working under VMS.
  51. As VMS users know well, what the IBMers use the function keys for in SAS,
  52. VAX SAS uses the numeric keypad, and the behavior of some of the
  53. interactive screen oriented procedures differ just enough to confuse
  54. in the various environments.
  55.