Problem Note 5048: Incorrect output results from PROC FORMAT with the MULTILABEL option
Incorrect output will result from a PROC FORMAT definition when the MULTILABEL option is used
if the value of the assignment is another format, as in the following example:
proc format;
value $state (multilabel)
'AA'-'ZZ'=[$2.]
'AA'-'ZZ'='bb';
run;
There is currently no circumvention for this problem.
A Technical Support hot fix for Release 8.2 TSLEVEL TS2M0 for this issue is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#005048
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#005048
Operating System and Release Information
| SAS System | Base SAS | Windows Millennium Edition (Me) | 8.1 | |
| Microsoft Windows 95/98 | 8.1 | |
| Microsoft Windows NT Workstation | 8.1 | 9 TS M0 |
| Microsoft Windows 2000 Server | 8.1 | 9 TS M0 |
| Microsoft Windows 2000 Advanced Server | 8.1 | 9 TS M0 |
| Microsoft Windows 2000 Datacenter Server | 8.1 | 9 TS M0 |
| Microsoft Windows 2000 Professional | 8.1 | 9 TS M0 |
| OpenVMS VAX | 8.1 | 9 TS M0 |
| IRIX | 8.1 | 9 TS M0 |
| 64-bit Enabled Solaris | 8.1 | 9 TS M0 |
| Solaris | 8.1 | 9 TS M0 |
| z/OS | 8.1 | 9 TS M0 |
| OS/2 | 8.1 | |
| ABI+ for Intel Architecture | 8.1 | 9 TS M0 |
| Linux | 8.1 | 9 TS M0 |
| HP-UX | 8.1 | 9 TS M0 |
| 64-bit Enabled HP-UX | 8.1 | 9 TS M0 |
| OpenVMS Alpha | 8.1 | 9 TS M0 |
| CMS | 8.1 | 9 TS M0 |
| 64-bit Enabled AIX | 8.1 | 9 TS M0 |
| AIX | 8.1 | 9 TS M0 |
| Tru64 UNIX | 8.1 | 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.
Incorrect output results from PROC FORMAT with the MULTILABEL option.
| Type: | Problem Note |
| Priority: | high |
| Topic: | SAS Reference ==> Procedures ==> FORMAT
|
| Date Modified: | 2008-12-10 14:30:38 |
| Date Created: | 2001-05-22 11:42:18 |