Problem Note 19218: Errors are produced when ODS PDF output contains a long BY line
The following error messages might be produced on z/OS operating systems if an ODS PDF file is created and the output contains a large BY line:
ERROR: System abend 0C4 occurred in module SASXALZ function
VMFREE at offset 00015E.
On Windows operating systems, the following error messages might be produced:
ERROR: User memory overrun detected near address 0x060A5210
WARNING: wtdelet releasing semaphore(0x02D67C00) for [Submit]
The current workaround is to code separate tables for each BY group, or run with the NOBYLINE system option in effect. For example:
options nobyline;
Select the Hot Fix tab in this note to access the hot fix for this issue for SAS 9.1.3 on z/OS.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 9.1 TS1M2 | |
| Microsoft Windows XP Professional | 9.1 TS1M2 | 9.2 TS1M0 |
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M2 | 9.2 TS1M0 |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M2 | 9.2 TS1M0 |
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M2 | 9.2 TS1M0 |
| Microsoft Windows 2000 Professional | 9.1 TS1M2 | |
| Microsoft Windows 2000 Server | 9.1 TS1M2 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M2 | 9.2 TS1M0 |
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M2 | |
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M2 | |
| z/OS | 9.1 TS1M2 | 9.2 TS1M0 |
*
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.
Errors are produced when ODS PDF output contains a long BY line.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2007-01-11 20:37:16 |
| Date Created: | 2006-12-19 15:36:03 |