ANR2965E
An SQL temporary table cannot be built. required columns columns are needed. maximum columns is the maximum.

Explanation

A temporary table required columns wide is needed to complete processing for an SQL query. The maximum degree of an SQL table is maximum columns. The table will not be created.

System action

The SQL query is terminated.

User response

If the ORDER BY and/or GROUP BY clauses were specified, reduce the number of columns needed for the result table.