M204.2140

From m204wiki
Jump to navigation Jump to search

M204.2140  Function cannot execute while cursor is open against specified set

Either of these:

  • A Host Language program has attempted to re-execute an IFFIND, IFFDV, IFSORT, or IFSRTV function that would invalidate an existing record or value set that has cursors open against it.
  • A Host Language program has attempted to execute an IFDSET function that would delete all records from a record set that has cursors open against it.

Response: Close all cursors open against the record or value set, and retry the operation.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages