Problem Note 36832: Error in the MATRIX statement in PROC SGSCATTER documentation
There is an error in the online documentation for the MATRIX statement of the SGSCATTER procedure. The MATRIX statement is described as follows in the Syntax and the Required Options sections :
Syntax
MATRIX numeric-variable-1 < ... numeric-variable-n> </ options>;
Required Options
numeric-variable-1 < ... numeric-variable-n >
specifies one or more numeric variables for the matrix.
If only one numeric variable is specified for the matrix, the following error message will be written to the SAS Log:
ERROR: At least two variables must be specified for Matrix.
The correct Syntax and Required Options sections should read as follows:
Syntax
MATRIX numeric-variable-1 numeric-variable-2 < ... numeric-variable-n > </ options>;
Required Options
numeric-variable-1 numeric-variable-2 < ... numeric-variable-n >
specifies two or more numeric variables for the matrix.
Operating System and Release Information
SAS System | SAS/GRAPH | z/OS | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft® Windows® for x64 | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | 9.2 TS2M2 |
Microsoft Windows XP Professional | 9.2 TS1M0 | 9.2 TS2M2 |
Windows Vista | 9.2 TS1M0 | 9.2 TS2M2 |
64-bit Enabled AIX | 9.2 TS1M0 | 9.2 TS2M2 |
64-bit Enabled HP-UX | 9.2 TS1M0 | 9.2 TS2M2 |
64-bit Enabled Solaris | 9.2 TS1M0 | 9.2 TS2M2 |
HP-UX IPF | 9.2 TS1M0 | 9.2 TS2M2 |
Linux | 9.2 TS1M0 | 9.2 TS2M2 |
Linux for x64 | 9.2 TS1M0 | 9.2 TS2M2 |
OpenVMS on HP Integrity | 9.2 TS1M0 | 9.2 TS2M2 |
Solaris for x64 | 9.2 TS1M0 | 9.2 TS2M2 |
*
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.
There is an error in the MATRIX statement in the PROC SGSCATTER documentation.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-08-13 09:08:43 |
Date Created: | 2009-08-13 08:25:29 |