SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to TeradataHP-UX IPF9.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.