M204.0314

From m204wiki
Jump to navigation Jump to search

M204.0314  Insufficient access to update field fieldname

A SOUL statement, FLOD command, or Host Language Interface function attempted to update fieldname. The user's field UPDATE access rights are lower than the field security update level defined for fieldname.

Response: Change the request or operation so as not to update fieldname, obtain higher user privileges from the file manager, or have the field security update level lowered for fieldname. Retry the job.

File manager response: Consider increasing the user's update privileges or lowering the field security update 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
COMPILECompilation error

Back to list of messages