SYSPACKSTMT_STMT catalog table

The SYSPACKSTMT_STMT table is an auxiliary table for the STATEMENT column of the SYSPACKSTMT table and contains the LOB data. The schema is SYSIBM.

Table 1. SYSIBM.SYSPACKSTMT_STMT table column descriptions
Column name Data type Description Use
STATEMENT
CLOB(2M)
NOT NULL
WITH DEFAULT
The complete text for the SQL statement that the row represents. G