SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 70292: The DQLOCLST procedure does not create an output data set with compression enabled

DetailsHotfixAboutRate It

In SAS® 9.4M7 (TS1M7) and SAS® 9.4M8 (TS1M8), if you specify options compress=yes;, PROC DQLOCLST fails to create an output data set.

The following information is written to the SAS log:

options compress=yes;
proc dqloclst out = work._loclist;run;
NOTE: Compression was disabled for data set WORK._LOCLIST because compression
      overhead would increase the size of the data set.
NOTE: The data set WORK._LOCLIST has 0 observations and 1 variables.

Workaround

To circumvent this issue, specify options compress=no; instead.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Data Quality Server64-bit Enabled AIX9.479.4 TS1M7
Solaris for x649.479.4 TS1M7
64-bit Enabled Solaris9.479.4 TS1M7
HP-UX IPF9.479.4 TS1M7
Linux for x649.479.4 TS1M7
* 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.