When querying a DB2 table that contains a BIGINT data type in SAS/ACCESS® Interface to DB2 2026.07 and SAS/ACCESS® Interface to DB2 2026.08, a Segmentation Violation error can occur.
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [SQL ]
Segmentation Violation
In addition, the following issues might occur:
This issue is fixed in SAS/ACCESS® Interface to DB2 2026.09.
To work around this issue, use the DBSASTYPE option to set your BIGINT column to a numeric type. For example, use the following syntax:
dbsastype=(bigIntColumnName='NUMERIC')
Another workaround is to leave the BIGINT column off of your SELECT clause.