SQL Text Identification
If an SQL statement identified by its text is explained by the EXPLAIN SQLSTMT command, the object identification section shows the statement text.
For details on how to specify EXPLAIN SQLSTMT commands refer to the Report Command Reference.
Explain Identification - SQL Text
Here is an example of the SQL Text Identification.SQL STATEMENT TEXT :
SELECT * FROM SYSIBM.SYSPACKAGE
WHERE NAME = 'DGO@TPG3'
AND COLLID = 'KO2EX520'