TRIGCOMPFAIL, Compilation of database trigger named tttt failed
Trigger/Run Time Error: The -Xecute code of a trigger specification has syntax errors. Because triggers are precompiled when you define them, this error may indicate that either:
A database upgrade was performed but the trigger code was not updated to eliminate obsolete syntax
The portion of the database holding the trigger definitions may be corrupted
Action: Validate the definitions by a SELECT option with MUPIP TRIGGER or $ZTRIGGER(), correct the trigger code syntax and apply a trigger update.