Problem Note 68025: The QLIM procedure issues an Access Violation error if the HECKIT option and a BY statement are specified when ODS Graphics is enabled
When the HECKIT option is specified in the PROC QLIM statement, a BY statement is specified, and ODS Graphics is enabled, the following messages might be issued in the log:
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [QLIM]
ERROR: Write Access Violation QLIM
or
ERROR: Read Access Violation QLIM
When these errors are produced, SAS might stop processing and fail to produce output.
To avoid the problem, disable ODS Graphics, or omit the BY statement and process each BY group separately. To disable ODS Graphics, specify the following statement before PROC QLIM:
ods graphics off;
To reinstate the default, specify the following statement after the RUN statement at the end of PROC QLIM:
ods graphics on;
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ETS | z/OS | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
z/OS 64-bit | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft® Windows® for x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows 8 Enterprise 32-bit | 15.1 | | 9.4 TS1M6 | |
Microsoft Windows 8 Enterprise x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows 8 Pro 32-bit | 15.1 | | 9.4 TS1M6 | |
Microsoft Windows 8 Pro x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows 8.1 Enterprise 32-bit | 15.1 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Enterprise x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows 8.1 Pro 32-bit | 15.1 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Pro x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows 10 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2008 | 15.1 | | 9.4 TS1M6 | |
Microsoft Windows Server 2008 R2 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2008 for x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2012 Datacenter | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2012 R2 Datacenter | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2012 R2 Std | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2012 Std | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2016 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Microsoft Windows Server 2019 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Windows 7 Enterprise 32 bit | 15.1 | | 9.4 TS1M6 | |
Windows 7 Enterprise x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Windows 7 Home Premium 32 bit | 15.1 | | 9.4 TS1M6 | |
Windows 7 Home Premium x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Windows 7 Professional 32 bit | 15.1 | | 9.4 TS1M6 | |
Windows 7 Professional x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Windows 7 Ultimate 32 bit | 15.1 | | 9.4 TS1M6 | |
Windows 7 Ultimate x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
64-bit Enabled AIX | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
64-bit Enabled Solaris | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
HP-UX IPF | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Linux for x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
Solaris for x64 | 15.1 | 2021.1.3 | 9.4 TS1M6 | Viya |
*
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.
When the HECKIT option is specified in PROC QLIM, a BY statement is specified, and ODS Graphics is enabled, the procedure might issue an Access Violation error and stop processing.
Type: | Problem Note |
Priority: | high |
Topic: | Analytics ==> Econometrics SAS Reference ==> Procedures ==> QLIM Analytics ==> Regression
|
Date Modified: | 2022-06-15 13:50:43 |
Date Created: | 2021-06-08 09:25:49 |