M204.2728: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
Line 2: | Line 2: | ||
<P> | <P> | ||
You attempted to activate the date/time stamp feature by setting the FOPT parameter to include X'10', but the DTSFN field for the file was defined with an incompatible attribute: <var>INVISIBLE</var>, <var>UNIQUE</var>, and/or <var>OCCURS</var> (value greater than 1), which are invalid field types for the date/time stamp field.</P> | You attempted to activate the date/time stamp feature by setting the <var>[[FOPT parameter|FOPT]]</var> parameter to include X'10', but the [[Adding_a_date-time_stamp_field|DTSFN field]] for the file was defined with an incompatible attribute: <var>INVISIBLE</var>, <var>UNIQUE</var>, and/or <var>OCCURS</var> (value greater than 1), which are invalid field types for the date/time stamp field.</P> | ||
<p> | <p> |
Latest revision as of 23:28, 20 March 2018
M204.2728 Date time stamp field may not be INVISIBLE, UNIQUE, nor have multiple occurrences
You attempted to activate the date/time stamp feature by setting the FOPT parameter to include X'10', but the DTSFN field for the file was defined with an incompatible attribute: INVISIBLE, UNIQUE, and/or OCCURS (value greater than 1), which are invalid field types for the date/time stamp field.
File manager response: Redefine the DTFSN field so that it does not specify the INVISIBLE, UNIQUE, or OCCURS n keywords. You may include OCCURS 1.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |