M204.0190

From m204wiki
Jump to navigation Jump to search

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=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