M204.0870

From m204wiki
Jump to navigation Jump to search

M204.0870  Current function not allowed with sorted record​/​set

A Host Language Interface call is made that refers to the current record. The current record is a member of a sorted record set (built by IFSORT), but the call requires a record from an unsorted set.

Response: An IFFIND call must be inserted to establish an unsorted record set, followed by an IFGET call to establish a current record. Alternately, IFBREC or IFPOINT can be called to establish a current record that is not part of a sorted set. Correct the host language program, and retry.

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