M204.2117

From m204wiki
Revision as of 03:34, 14 March 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.2117  token fields cannot be defined in a non-TBO file

This error message is issued when a token0 field attribute definition is attempted on any file with Transaction Backout (TBO) disabled. TBO must be active to DEFINE or REDEFINE a field as token0. While TBO may be disabled (with warnings) once a Field-Level Constraint has been defined, it is highly recommended that this practice be avoided to protect the data integrity of the file.

File manager response: Activate TBO by reseting FRCVOPT to X'00', and proceed with the DEFINE/REDEFINE of the field to token0.

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