M204.2089
Jump to navigation
Jump to search
M204.2089 Cursor parameter invalid on this thread type
An IFAM single record function was coded on a single cursor thread with a cursor name parameter specified. Cursor names may be specified only on multiple cursor threads.
Response: Remove the cursor name parameter from the current IFAM function, or change the IFSTRT call to start a multiple cursor thread if multiple cursor functionality is desired.
Message attributes:
| RETCODEO=0 | Sets online return code |
|---|---|
| RETCODEB=4 | Sets batch (single user) return code |
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
| AUDITER | Writes the message with line type ER to the audit trail |
| COUNT | Increments the error count (ERCNT) parameter |