M204.0190
M204.0190 File$ and Location$ must be in group context
A File$ or Location$ clause was found in a Find statement. Because a single file is the current default, the clause is illegal. The SOUL compilation continues but the request is not executed.
Or a File$ clause was found in the selection specification of the IFFIND function with a single file as the current default. The IFFIND function returns a return code of 4.
Response: Make a group the default and retry, or change the Find statement or the IFFIND specification that produced the error message.
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 |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |