Problem Note 46249: WARNING: Formatted ABSORB values not sorted in ascending sequence
Only the first 8 characters of numeric ABSORB values are recognized. The following message:
-
WARNING: Formatted ABSORB values not sorted in ascending sequence.
might occur in GLM when it confuses the length of the raw (numeric) value with the length of the formatted value. Use the TRUNCATE option in the CLASS statement to force GLM into its historical behavior of using a maximum of 16 characters for the formatted value of CLASS and ABSORB variables. For example,
proc sort data=test;
by S;
run;
proc glm data=test;
absorb S;
class a b / truncate;
model y = a b;
quit;
|
Operating System and Release Information
SAS System | SAS/STAT | z/OS | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M0 | 9.2 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M0 | 9.2 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M0 | 9.2 TS1M0 |
HP-UX IPF | 9.1 TS1M0 | 9.2 TS1M0 |
Linux | 9.1 TS1M0 | 9.2 TS1M0 |
OpenVMS Alpha | 9.1 TS1M0 | 9.2 TS1M0 |
Tru64 UNIX | 9.1 TS1M0 | 9.2 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: | Problem Note |
Priority: | medium |
Date Modified: | 2012-05-15 15:41:51 |
Date Created: | 2012-04-06 16:19:21 |