M204.0200

From m204wiki
Jump to navigation Jump to search

M204.0200  Insufficient access to read field fieldname

A SOUL statement, FLOD command, or Host Language Interface function attempted to read fieldname. The user's READ privileges are lower than the field security READ level defined for fieldname. The operation is not executed.

Response: Change the operation so that it does not attempt to read fieldname, contact your file manager to obtain higher read privileges, or have the field security lowered for fieldname.

File manager response: Consider increasing the user's read privileges, or lowering the security level for fieldname.

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

Back to list of messages