Database Error Messages

PGU-41029

invalid TRANSACTION CALL cname specified

Cause

The token is not a valid call identifier name for specifying CALLs in a DEFINE TRANSACTION statement. A CALL identifier cname must begin with an alphabetic character and contain only alphanumeric characters, and must have originated in a previous DEFINE CALL statement. Syntax checking only continues with the next statement.


Action

Correct the TRANSACTION CALL cname parameter in the statement.