Usage Note 19965: DIVIDE function available in SAS 9.1
Beginning in SAS 9.1, the DIVIDE function is available and returns
the result of a division even if one argument is zero. This scenario
will not produce the note about division by zero problems.
   data a;
     x=divide(12,0);
     put x=;
   run;
   x=I (this is uppercase i, not numeral 1)
The DIVIDE function divides two numbers and returns a result that is
compatible with ODS conventions. The function handles special missing
values for ODS output. The following list shows how certain special
missing values are interpreted in ODS:
.I as infinity
.M as minus infinity
._ as a blank
This function is documented beginning in SAS 9.2.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 9.1 TS1M0 |  | 
| Microsoft Windows XP Professional | 9.1 TS1M0 |  | 
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M0 |  | 
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M0 |  | 
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M0 |  | 
| Microsoft Windows 2000 Professional | 9.1 TS1M0 |  | 
| Microsoft Windows 2000 Server | 9.1 TS1M0 |  | 
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M0 |  | 
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M0 |  | 
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M0 |  | 
| 64-bit Enabled Solaris | 9.1 TS1M0 |  | 
| z/OS | 9.1 TS1M0 |  | 
| Linux | 9.1 TS1M0 |  | 
| HP-UX IPF | 9.1 TS1M0 |  | 
| 64-bit Enabled HP-UX | 9.1 TS1M0 |  | 
| OpenVMS Alpha | 9.1 TS1M0 |  | 
| 64-bit Enabled AIX | 9.1 TS1M0 |  | 
| Tru64 UNIX | 9.1 TS1M0 |  | 
*
        For software releases that are not yet generally available, the Fixed
        Release is the software release in which the problem is planned to be
        fixed.
       
| Type: | Usage Note | 
| Priority: |  | 
| Topic: | SAS Reference  ==>  Functions
  | 
| Date Modified: | 2007-04-25 14:48:11 | 
| Date Created: | 2007-04-12 14:28:23 |