DSNH20111I E csect-name LINE line-number COL column number CANNOT ISSUE SAVEPOINT, RELEASE SAVEPOINT, ROLLBACK TO SAVEPOINT FROM A TRIGGER, FROM A USER-DEFINED FUNCTION, OR FROM A GLOBAL TRANSACTION

Explanation

An invalid statement was issued.

csect-name
The name of the control section that issued the message.
line-number and column number
The location of the error in the source program.

The following statements cannot be used in the body of a trigger, global transaction, or user-defined function:

  • SAVEPOINT
  • RELEASE SAVEPOINT
  • ROLLBACK TO SAVEPOINT

System action

The statement is not processed.

Programmer response

Correct the logic of the application program so that this error does not occur.

Severity

8 (error)