M204.0415

From m204wiki
Revision as of 03:21, 23 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0415  Only VISIBLE or ORDERED fields can be renamed

The RENAME FIELD command cannot be used in this case to change the name of an INVISIBLE field.

Response: If you need to change the name of an INVISIBLE field, see your file manager.

File manager response: To change the name of an INVISIBLE field, you should delete all occurrences of the old field and then add them to the record with the new name. See the discussion in Renaming fields.

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

Back to list of messages