SPL1110: "%s:E(L%d), Invalid SQL DELETE statement."
Explanation:
The SQL DELETE statement in the indicated line is not an SQL DML statement; rather it is an SQL DDL statement, viz., DELETE DATABASE, which is not allowed in the SPL source text.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Correct/remove the SQL UPDATE/DELETE statement in the indicated line.