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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CLEMSON.BITNET!SUMA
  3. Message-ID: <SAS-L%92110915291404@AWIIMC12.IMC.UNIVIE.AC.AT>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Mon, 9 Nov 1992 09:27:00 EST
  6. Reply-To:     SUMA@CLEMSON.BITNET
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         SUMA@CLEMSON.BITNET
  9. Subject:      help needed on division by zero
  10. Lines: 16
  11.  
  12. Could someone tell me what SAS does when you specify a
  13. statement such as
  14. A = B/C
  15.  and the values of variable C could be either 0 or missing.
  16. I know SAS gives an  error message but does it set the values
  17. of A to missing or do you have to ensure this by specifying a
  18. preceding statement such as
  19. if C= 0 or C=. then A = .; else A=B/C ;
  20. I know the second will work but I am curious to know what would
  21. happen if one just specified A=B/C without providing for the case
  22. when C=0 or missing.
  23. ALSO what would happen if you say
  24. If C=0 or . then A=.; else A=B/C;
  25. Any suggestion will be appreciated.
  26. Uma
  27. SUMA@CLEMSON
  28.