Problem Note 70292: The DQLOCLST procedure does not create an output data set with compression enabled
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
SAS System | SAS Data Quality Server | 64-bit Enabled AIX | 9.47 | | 9.4 TS1M7 | |
Solaris for x64 | 9.47 | | 9.4 TS1M7 | |
64-bit Enabled Solaris | 9.47 | | 9.4 TS1M7 | |
HP-UX IPF | 9.47 | | 9.4 TS1M7 | |
Linux for x64 | 9.47 | | 9.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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2023-08-10 12:05:49 |
Date Created: | 2023-08-02 20:19:58 |