M204.1540

From m204wiki
Jump to navigation Jump to search

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