Problem Note 10318: User-defined format can not be updated when applied to a variable
created with ODS OUTPUT
If a user-defined format is associated with a variable created with ODS
OUTPUT, that format can not be updated or deleted during that session of
SAS.
Here is an example:
data test;
input x;
cards;
0
1
;
proc format fmtlib;
value test 1='yes'
0=no;
run;
proc freq data=test;
format x test.;
table x;
ods output onewayfreqs=testout;
run;
The format TEST cannot be updated or deleted during the current session
of SAS. Any subsequent references to the format TEST, even if it appears
that the format has been updated or deleted, will produce the labels
YES and NO.
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#010318
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 8.2 TS2M0 | 9.1 TS1M0 |
| Microsoft Windows XP Professional | 8.2 TS2M0 | 9.1 TS1M0 |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | 9.1 TS1M0 |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | 9.1 TS1M0 |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | 9.1 TS1M0 |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | 9.1 TS1M0 |
| Solaris | 8.2 TS2M0 | 9.1 TS1M0 |
| OpenVMS VAX | 8.2 TS2M0 | |
| 64-bit Enabled Solaris | 8.2 TS2M0 | 9.1 TS1M0 |
| Linux | 8.2 TS2M0 | 9.1 TS1M0 |
| z/OS | 8.2 TS2M0 | 9.1 TS1M0 |
| OS/2 | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | |
| ABI+ for Intel Architecture | 8.2 TS2M0 | |
| CMS | 8.2 TS2M0 | |
| HP-UX | 8.2 TS2M0 | 9.1 TS1M0 |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | 9.1 TS1M0 |
| OpenVMS Alpha | 8.2 TS2M0 | 9.1 TS1M0 |
| 64-bit Enabled AIX | 8.2 TS2M0 | 9.1 TS1M0 |
| Tru64 UNIX | 8.2 TS2M0 | 9.1 TS1M0 |
| AIX | 8.2 TS2M0 | 9.1 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: | high |
| Topic: | SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2003-08-27 15:54:59 |
| Date Created: | 2003-06-25 14:54:18 |