008D92C2 Compound statements referencing relational fields may
not contain COMMITs.
Explanation:
You used a COMMIT statement within a compound statement. The
compound statement contained a record selection expression that
referred to a relation or relational field. DEC DATATRIEVE does
not allow this.
User Action:
Make sure compound statements that refer to relations or
relational fields do not contain COMMIT statements.