Problem Note 9625: PROC TRANSPOSE produces errors when VALIDVARNAME=V6 is specified and
82BX04 HotFix is applied
The following error is produced by PROC TRANSPOSE when option
VALIDVARNAME=V6 is set and 82BX04 hot fix is applied. (Without 82BX04
or with VALIDVARNAME=V7 or ANY there are no errors).
ERROR: The ID value "_" occurs twice in the same BY group.
To avoid the above error use VALIDVARNAME=V7, or install 82bb32 HotFix
(after 82bx04 has been installed)
The following sample program illustrates the problem.
options validvarname=v6;
data test;
system='aaaa';
do hour=0 to 23;
val=hour;
output;
end;
run;
proc sort data=test;
by system;
run;
proc transpose data=test out=testp;
by system;
var val;
id hour;
run;
A Technical Support hot fix for Release 8.2 (TS2M0) for this
issue is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#009625
For customers running SAS with Asian Language Support (DBCS), this
hot fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/82_dbcs_prod_list.html#009625
If the problem was not produced by the application of hotfix 82bx04, see
SAS Note 3844 for additional info.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows 95/98 | 8.2 TS2M0 | 8.2 TS2M0 |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | 8.2 TS2M0 |
| OpenVMS VAX | 8.2 TS2M0 | 8.2 TS2M0 |
| Solaris | 8.2 TS2M0 | 8.2 TS2M0 |
| IRIX | 8.2 TS2M0 | 8.2 TS2M0 |
| 64-bit Enabled Solaris | 8.2 TS2M0 | 8.2 TS2M0 |
| Linux | 8.2 TS2M0 | 8.2 TS2M0 |
| OS/2 | 8.2 TS2M0 | 8.2 TS2M0 |
| z/OS | 8.2 TS2M0 | 8.2 TS2M0 |
| ABI+ for Intel Architecture | 8.2 TS2M0 | 8.2 TS2M0 |
| CMS | 8.2 TS2M0 | 8.2 TS2M0 |
| HP-UX | 8.2 TS2M0 | 8.2 TS2M0 |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | 8.2 TS2M0 |
| OpenVMS Alpha | 8.2 TS2M0 | 8.2 TS2M0 |
| 64-bit Enabled AIX | 8.2 TS2M0 | 8.2 TS2M0 |
| Microsoft Windows XP Professional | 8.2 TS2M0 | 8.2 TS2M0 |
| Tru64 UNIX | 8.2 TS2M0 | 8.2 TS2M0 |
| AIX | 8.2 TS2M0 | 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: | medium |
| Topic: | SAS Reference ==> Procedures ==> TRANSPOSE
|
| Date Modified: | 2003-12-01 09:34:43 |
| Date Created: | 2003-03-17 10:01:06 |