Previous Topic: IDADPLAG21 - Invalid ACQUIRE option specifiedNext Topic: IDADPLAG23 - Invalid EXPLAIN option specified


IDADPLAG22 - Invalid RELEASE option specified

Reason:

The valid RELEASE options are C (commit, to release resources at each COMMIT point; this cannot be used if ACQUIRE option was A), or D (de-allocate, to retain resources until your application terminates).

Action:

Correct the errors and re-specify.