Usage Note 12133: Prior to SAS® 9.4, the Base SAS® MEDIAN() function has limitations when used in PROC SQL
The MEDIAN function is documented in "What's New in Base SAS® 9.0, 9.1, and 9.1.3 Language."
The syntax for using this function is shown below:
MEDIAN(value1<,value2,...>)
Prior to SAS 9.4, if the Base SAS MEDIAN function is used in the SQL procedure, it returns only the median value for columns referenced in the function for the current row.
Beginning in SAS 9.4, PROC SQL supports the median aggregate function. When more than one argument is used within an SQL aggregate function, the function is no longer considered to be an SQL aggregate or summary function. If a Base SAS function with a similar name exists, then PROC SQL executes this Base SAS function, and the results that are returned are based on the values for the current row. For more information about the usage of the MEDIAN function, see the "summary-function" section in the SAS® 9.4 SQL Procedure User's Guide, Third Edition.
Operating System and Release Information
SAS System | Base SAS | 64-bit Enabled AIX | 9 TS M0 | |
OpenVMS Alpha | 9 TS M0 | |
64-bit Enabled HP-UX | 9 TS M0 | |
HP-UX IPF | 9 TS M0 | |
HP-UX | 9 TS M0 | |
Linux | 9 TS M0 | |
z/OS | 9 TS M0 | |
64-bit Enabled Solaris | 9 TS M0 | |
Solaris | 9 TS M0 | |
Microsoft Windows 2000 Advanced Server | 9 TS M0 | |
Microsoft Windows 2000 Datacenter Server | 9 TS M0 | |
Microsoft Windows 2000 Professional | 9 TS M0 | |
Microsoft Windows XP Professional | 9 TS M0 | |
Microsoft Windows NT Workstation | 9 TS M0 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9 TS M0 | |
Microsoft Windows Server 2003 Standard Edition | 9 TS M0 | |
Microsoft Windows Server 2003 Enterprise Edition | 9 TS M0 | |
Microsoft Windows Server 2003 Datacenter Edition | 9 TS M0 | |
Microsoft Windows 2000 Server | 9 TS M0 | |
Tru64 UNIX | 9 TS M0 | |
AIX | 9 TS M0 | |
*
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: | 2016-09-13 13:57:26 |
Date Created: | 2004-04-05 16:28:25 |