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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Newsgroups: bit.listserv.sas-l
  3. Path: sparky!uunet!stanford.edu!unixhub!fnnews.fnal.gov!overload.lbl.gov!zeus.ieee.org!europa.asd.contel.com!paladin.american.edu!auvm!uvvm!klassen
  4. References:  <SAS-L%92110911202183@OHSTVMA.ACS.OHIO-STATE.EDU>
  5. Message-ID: <92314.180000KLASSEN@UVVM>
  6. Date:         Mon, 9 Nov 1992 18:00:00 PST
  7. Reply-To:     Melvin Klassen <KLASSEN@UVVM.BITNET>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. Comments:     Warning -- original Sender: tag was NETNEWS@UVVM.UVIC.CA
  10. From:         Melvin Klassen <KLASSEN@UVVM.BITNET>
  11. Subject:      Re: Division by zero
  12. Lines: 20
  13.  
  14. Barry Walton <BWALTON@MILLERSV> writes:
  15. >
  16. > Recently, SUMA @ CLEMSON asked about what happens when SAS encounters
  17. > a division by zero.  This problem cropped up here about a year or so ago,
  18. > and I think I mentioned it to the list at that time.  I set up
  19. > a small program to create a 10 item data set, with a division by
  20. > zero about halfway through ... What happens (under VM/ESA) depends
  21. > upon which version of SAS one is using.
  22. > Under Rel. 6.06 the log contains the message "Note : the data step has
  23. > been abnormally terminated", AND ONLY 3 OBS ARE IN THE DATA SET (the
  24. > division by zero occurs in obs number 4).
  25. > So, if you are using SAS 6.06 under VM/ESA, be very careful of division
  26. > by zero.  It can truncate your data set without an obvious error message.
  27.  
  28. I tried his test-run, using Release 6.06 under VM/XA and CMS Release 5.6,
  29. and I did not see the "abnormally terminated" message,
  30. i.e., for me, SAS created 10 observations.
  31.  
  32. So, is anybody else using SAS Release 6.06 under VM/XA or VM/ESA?
  33. What results do you get when **you** run the same test-program?
  34.