Problem Note 37894: A segmentation violation occurs when you use the MULTILOAD=YES option in the SAS/ACCESS® Interface to Teradata on an HP Itanium operating system
If you run SAS/ACCESS Interface to Teradata on a Hewlett-Packard Itanium system, a segmentation violation might occur when you use the MULTILOAD=YES option in certain procedures (for example, the SQL procedure or the APPEND procedure).
Code similar to the following can produce the segmentation violation:
libname teralib teradata user=user-name password=password
server=server-name;
data test_mload;
sb_id=1;
output;
sb_id=2;
output;
sb_id=3;
output;
sb_id=4;
output;
sb_id=5;
output;
run;
proc sql;
insert into teralib.test_mload(multiload=yes)
select sb_id from test_mload;
quit;
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Teradata | HP-UX IPF | 9.1 TS1M3 SP4 | |
*
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 |
Topic: | Data Management ==> Data Sources ==> External Databases ==> Teradata
|
Date Modified: | 2009-12-10 09:00:29 |
Date Created: | 2009-11-18 15:50:49 |