home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3478 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!MCIMAIL.COM!0002395748
  3. Message-ID: <40920729231704/0002395748NA2EM@mcimail.com>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 29 Jul 1992 23:17:00 GMT
  6. Reply-To:     Michael Davis <0002395748@MCIMAIL.COM>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Michael Davis <0002395748@MCIMAIL.COM>
  9. Subject:      Re: Concurrent SAS data steps
  10. Comments: To: Multiple Recipients of List SAS-L <sas-l@uga.cc.uga.edu>
  11. Lines: 17
  12.  
  13. Bob Roberts asked if it was possible to nest data steps.  Asserting a
  14. null proposition (that something is not possible) is risky but I'll chance
  15. it.  I asked SI the same question recently and Tech Support confirmed my
  16. suspicion that this was *not* possible.  There are problems with marking
  17. the step boundaries, not to mentioned parsing the syntax, that prevent
  18. data step nesting.
  19.  
  20. However, if all you wanted to do to the SECONDB data set was to perform
  21. table lookup, you can employ the technique of using the Format procedure
  22. and the Put, Input functions to add the additional variable(s) to the
  23. SECONDB data set.  Release 6.07 lets you use a SAS data set to define
  24. the Format procedure ranges, which is a very helpful feature to have for
  25. this type of activity.
  26.  
  27. Michael Davis
  28. North Haven, Conn.
  29. 0002395748@mcimail.com
  30.