Problem Note 14548: Read Access Violation or Segmentation Violation occurs with CUGMEAN
transformation operator
If the TRANSFORMOUT=(CUGMEAN) operation is specified on the CONVERT
statement, then PROC EXPAND will terminate with either a Read Access
Violation or a Segmentation Violation.
To circumvent the problem, use the TRANSFORM= option rather than the
TRANSFORMOUT= option. For example, specify:
proc expand data=a out=b;
id date;
convert x=geomean_x / transform=(cugmean);
run;
Operating System and Release Information
| SAS System | SAS/ETS | Microsoft Windows NT Workstation | 9 TS M0 | |
| Microsoft Windows XP Professional | 9 TS M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9 TS M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9 TS M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9 TS M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9 TS M0 | |
| Microsoft Windows 2000 Advanced Server | 9 TS M0 | |
| Microsoft Windows 2000 Datacenter Server | 9 TS M0 | |
| Microsoft Windows 2000 Professional | 9 TS M0 | |
| Microsoft Windows 2000 Server | 9 TS M0 | |
| Linux | 9 TS M0 | |
| z/OS | 9 TS M0 | |
| 64-bit Enabled Solaris | 9 TS M0 | |
| Solaris | 9 TS M0 | |
| HP-UX | 9 TS M0 | |
| HP-UX IPF | 9 TS M0 | |
| 64-bit Enabled HP-UX | 9 TS M0 | |
| OpenVMS Alpha | 9 TS M0 | |
| 64-bit Enabled AIX | 9 TS M0 | |
| Tru64 UNIX | 9 TS M0 | |
| AIX | 9 TS M0 | |
*
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: | medium |
| Topic: | Analytics ==> Missing Value Imputation SAS Reference ==> Procedures ==> EXPAND Analytics ==> Time Series Analysis Analytics ==> Transformations Analytics ==> Financial Data Access and Manipulation
|
| Date Modified: | 2005-02-16 06:52:12 |
| Date Created: | 2005-02-09 11:25:20 |