M204.1543: 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.1543 skeleton}}
{{Template:M204.1543 skeleton}}
<P>
<P>
The IMMED option of the ORDERED attribute lets you define the number of direct pointers to Table B records per leaf page entry per segment in the Ordered Index. The range of acceptable values for IMMED is 0 to 255. </P>
The <var>IMMED</var> option of the <var>ORDERED</var> attribute lets you define the number of direct pointers to Table B records per leaf page entry per segment in the Ordered Index. The range of acceptable values for <var>IMMED</var> is 0 to 255. </P>
<p>
<p>
<b>Response:</b> Correct the value of IMMED, and retry. </p>
<b>Response:</b> Correct the value of <var>IMMED</var>, and retry.  
</p>
{{Template:M204.1543 footer}}
{{Template:M204.1543 footer}}
<!-- skeleton as it was in pdf/IMMED MUST BE BETWEEN 0 AND 255 /-->
<!-- skeleton as it was in pdf/IMMED MUST BE BETWEEN 0 AND 255 /-->

Latest revision as of 00:09, 8 March 2018

M204.1543  IMMED must be between 0 and 255

The IMMED option of the ORDERED attribute lets you define the number of direct pointers to Table B records per leaf page entry per segment in the Ordered Index. The range of acceptable values for IMMED is 0 to 255.

Response: Correct the value of IMMED, and retry.

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