![]() | ![]() | ![]() | ![]() | ![]() |
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.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
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 |