SPL2006: "%s:E(L%d), Multiple definitions of %s ."
Explanation:
This can occur in the following cases:a) An identifier is defined more than once.b) The FOR-loop variable/cursor name <%s> is already defined in the outer cursor.c) The label <%s> is already defined in the outer loop.
Generated By:
TSP module.
For Whom:
End user.
Remedy:
Change/remove the variable or label or cursor name or loop variable identifier <%s> declaration at the indicated line.