SPP4203 Error at line <line>, column <column>:<statement type> statement is illegal; protocol is TRANSACT(<type>)
Language:
C, COBOL, PL/I
Possible Cause:
The request is not valid for the specified transaction mode, for example non-ANSI transaction control statements are issued and the current transaction mode is TRANSACT(ANSI).
Possible Solution:
Remove the request or change TRANSACT to the appropriate mode.