M204.1540: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1540 skeleton}}
{{Template:M204.1540 skeleton}}
<P>
<P>
An invalid percentage value has been specified for the LRESERVE option when defining a field with the ORDERED option. LRESERVE is the percentage of space to leave free on a leaf page during deferred updates or
An invalid percentage value has been specified for the <var>LRESERVE</var> option when defining a field with the <var>ORDERED</var> attribute. <var>LRESERVE</var> is the percentage of space to leave free on a leaf page during deferred updates or reorganization of the Ordered Index. </P>
reorganization of the Ordered Index. </P>
<p>
<p>
<b>Response:</b> Define the ORDERED field with the LRESERVE option between 0 and 99, or do not specify the LRESERVE option and accept the default of 15. </p>
<b>Response:</b> Define the <var>ORDERED</var> field with the <var>LRESERVE</var> option between 0 and 99, or do not specify the <var>LRESERVE</var> option, and accept the default of 15.  
</p>
{{Template:M204.1540 footer}}
{{Template:M204.1540 footer}}
<!-- skeleton as it was in pdf/LRESERVE MUST BE BETWEEN 0 AND 99 /-->
<!-- skeleton as it was in pdf/LRESERVE MUST BE BETWEEN 0 AND 99 /-->

Latest revision as of 00:08, 8 March 2018

M204.1540  LRESERVE must be between 0 and 99

An invalid percentage value has been specified for the LRESERVE option when defining a field with the ORDERED attribute. LRESERVE is the percentage of space to leave free on a leaf page during deferred updates or reorganization of the Ordered Index.

Response: Define the ORDERED field with the LRESERVE option between 0 and 99, or do not specify the LRESERVE option, and accept the default of 15.

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