M204.2725: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<P>
<P>
You attempted to enable date/time stamp processing (<var>FOPT</var> X'10') at the same time you disabled lock pending updates (<var>FOPT</var> X'02') for a file. You cannot specify both of these file options simultaneously. Files that
You attempted to enable date/time stamp processing (<var>[[FOPT parameter|FOPT]]</var> X'10') at the same time you disabled lock pending updates (<var>FOPT</var> X'02') for a file. You cannot specify both of these file options simultaneously. Files that
participate in date/time stamp processing must have lock pending updates enabled. </P>
participate in date/time stamp processing must have lock pending updates enabled. </P>



Latest revision as of 23:19, 20 March 2018

M204.2725  File options x'10' and x'02' are incompatible

You attempted to enable date/time stamp processing (FOPT X'10') at the same time you disabled lock pending updates (FOPT X'02') for a file. You cannot specify both of these file options simultaneously. Files that participate in date/time stamp processing must have lock pending updates enabled.

File manager response: Omit the FOPT X'02' bit or the FOPT X'10' bit.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages