SPL1078: "%s:E(L%d), User is not authorized to use the DDL/DCL/Dynamic SQL statement."
Explanation:
The reason is that the creator and the immediate owner of the stored procedure is not the same. Hence the specified DDL, DCL, or dynamic SQL statement cannot be specified in the SPL source text.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Either ensure that the creator and the immediate owner of the stored procedure is the same, or do not use the DDL, DCL, and/or dynamic SQL statements in the SPL source text.