Problem Note 13454: ROUND function returns wrong values when using negative numbers
The math ROUND function gives the wrong value when the argument
is negative with a decimal value less than or equal to .5.
Expected results are:
Round(1.5) = 1
Round(-1.5) = -1
Round(1.51) = 2
Round(-1.51) = -2
A fix for this issue is available at:
http://www.sas.com/techsup/download/hotfix/int_mgmt12.html#013454
Operating System and Release Information
| SAS System | SAS Interaction Management | Microsoft Windows 2000 Professional | 1.2 | | 8.2 TS2M0 | |
| Microsoft Windows XP Professional | 1.2 | | 8.2 TS2M0 | |
*
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: | Problem Note |
| Priority: | high |
| Date Modified: | 2004-10-18 09:01:22 |
| Date Created: | 2004-09-27 15:43:30 |