SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35147: A variable is missing from PROC PRINT output when using ODS Listing or ODS HTML

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SAS64-bit Enabled AIX9.1 TS1M3 SP4
64-bit Enabled HP-UX9.1 TS1M3 SP4
64-bit Enabled Solaris9.1 TS1M3 SP4
HP-UX IPF9.1 TS1M3 SP4
Linux9.1 TS1M3 SP4
Linux on Itanium9.1 TS1M3 SP4
OpenVMS Alpha9.1 TS1M3 SP4
Solaris for x649.1 TS1M3 SP4
Tru64 UNIX9.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.