M204.2746: Difference between revisions

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


<P>
<P>
The product of <var>XSIZE</var> and <var>XRECPPG</var> must not exceed <code>(16777216 * 32) - 1</code>, or 536870911. This specifies the maximum number of extension records allowed in a single Model&nbsp;204 Online when using Table X. Also, setting both <var>XRECPPG</var> and <var>XSIZE</var> to 1 is invalid. The <var>CREATE</var> command is rejected.</P>
The product of <var>[[XSIZE parameter|XSIZE]]</var> and <var>[[XRECPPG parameter|XRECPPG]]</var> must not exceed <code>(16777216 * 32) - 1</code>, or 536870911. This specifies the maximum number of extension records allowed in a single Model&nbsp;204 Online when using Table X. Also, setting both <var>XRECPPG</var> and <var>XSIZE</var> to 1 is invalid. The <var>CREATE</var> command is rejected.</P>


<p>
<p>

Latest revision as of 00:46, 21 March 2018

M204.2746  XSIZE*XRECPPG may not be 1 nor exceed 536870911

The product of XSIZE and XRECPPG must not exceed (16777216 * 32) - 1, or 536870911. This specifies the maximum number of extension records allowed in a single Model 204 Online when using Table X. Also, setting both XRECPPG and XSIZE to 1 is invalid. The CREATE command is rejected.

File manager response: Retry the command specifying values for XSIZE and XRECPPG whose product does not exceed the 536870911 limit. Refer to Sizing Tables B and X for more information on file sizes.

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