M204.0188

From m204wiki
Revision as of 21:57, 15 February 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0188  No sorted groups

An SFL$ or SFGE$ clause is found in a Find statement or in the selection specification of an IFFIND function. Because a group is opened and not a single sorted file, the clause is illegal. The SOUL compilation continues, but the request is not executed. The IFFIND function returns a return code of 4.

Response: Make a single sorted file the default or current file 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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages