Usage Note 38450: ERROR: CORR matrix incomplete in data set
If you use a correlation (or covariance) matrix as input to a procedure, the procedure might give the following error:
ERROR: CORR matrix incomplete in data set
If you used a procedure or SAS-supported macro to create the correlation (or covariance) data set, the most common cause of the error is a missing value in the correlation (or covariance) matrix. Run PROC PRINT to look at the matrix to see if any of the values are missing. Sometimes a correlation (or covariance) is missing because there is not enough variability in the raw data, or because there are too many missing values in the raw data.
If you used a DATA step to create your own matrix, the most common cause of the error is a spelling mistake. Run a PROC PRINT of your matrix to carefully verify that the names of the variables exactly match the values of the _NAME_ variable. Make sure that the length of the _NAME_ variable is long enough for your variable names. If the _NAME_ value truncated your variable name, then use a LENGTH statement to increase the length of the _NAME_ value.
For more information, see the chapter Special SAS Data Sets in
SAS/STAT User's Guide.
Operating System and Release Information
SAS System | SAS/STAT | z/OS | | |
OpenVMS VAX | | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | | |
Microsoft Windows XP 64-bit Edition | | |
Microsoft® Windows® for x64 | | |
OS/2 | | |
Microsoft Windows 95/98 | | |
Microsoft Windows 2000 Advanced Server | | |
Microsoft Windows 2000 Datacenter Server | | |
Microsoft Windows 2000 Server | | |
Microsoft Windows 2000 Professional | | |
Microsoft Windows NT Workstation | | |
Microsoft Windows Server 2003 Datacenter Edition | | |
Microsoft Windows Server 2003 Enterprise Edition | | |
Microsoft Windows Server 2003 Standard Edition | | |
Microsoft Windows Server 2008 | | |
Microsoft Windows XP Professional | | |
Windows 7 Enterprise 32 bit | | |
Windows 7 Enterprise x64 | | |
Windows 7 Home Premium 32 bit | | |
Windows 7 Home Premium x64 | | |
Windows 7 Professional 32 bit | | |
Windows 7 Professional x64 | | |
Windows 7 Ultimate 32 bit | | |
Windows 7 Ultimate x64 | | |
Windows Millennium Edition (Me) | | |
Windows Vista | | |
64-bit Enabled AIX | | |
64-bit Enabled HP-UX | | |
64-bit Enabled Solaris | | |
ABI+ for Intel Architecture | | |
AIX | | |
HP-UX | | |
HP-UX IPF | | |
IRIX | | |
Linux | | |
Linux for x64 | | |
Linux on Itanium | | |
OpenVMS Alpha | | |
OpenVMS on HP Integrity | | |
Solaris | | |
Solaris for x64 | | |
Tru64 UNIX | | |
*
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.
Date Modified: | 2010-01-21 09:27:40 |
Date Created: | 2010-01-21 07:55:23 |