Problem Note 35147: A variable is missing from PROC PRINT output when using ODS Listing or ODS HTML
When generating PROC PRINT output, a variable might be missing from the output when using ODS Listing or ODS HTML. For example, if you run code that is similar to the following, the variable sex will be missing in the output:
ods html file='test.htm';
proc print data=sashelp.class;
run;
ods html close;
The problem is caused by a byte alignment on Unix platforms and is most likely to occur on Linux platforms.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
HP-UX IPF | 9.1 TS1M3 SP4 | |
Linux | 9.1 TS1M3 SP4 | |
Linux on Itanium | 9.1 TS1M3 SP4 | |
OpenVMS Alpha | 9.1 TS1M3 SP4 | |
Solaris for x64 | 9.1 TS1M3 SP4 | |
Tru64 UNIX | 9.1 TS1M3 SP4 | |
*
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 ==> PRINT SAS Reference ==> ODS (Output Delivery System)
|
Date Modified: | 2009-03-16 16:08:54 |
Date Created: | 2009-03-16 14:47:08 |