M204.0797: 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.0797 skeleton}}
{{Template:M204.0797 skeleton}}
<P>
<P>
The product of BSIZE and BRECPPG must not exceed 16,777,216 for regular Model&nbsp;204 files (which do not have the FILEORG X'200' bit set) nor 50,331,648 for files that have the FILEORG X'200' bit set. These numbers specify
The product of <var>BSIZE</var> and <var>BRECPPG</var> must not exceed 16,777,216 for regular Model&nbsp;204 files (which do <em>not</em> have the <var>FILEORG</var> X'200' bit set) nor 50,331,648 for files that have the <var>FILEORG</var> X'200' bit set. These numbers specify
the maximum number of records allowed in a single Model&nbsp;204 file. </P>
the maximum number of records allowed in a single Model&nbsp;204 file. </P>
<P>
<P>
The CREATE or INCREASE command is rejected.</P>
The <var>CREATE</var> or <var>INCREASE</var> command is rejected.</P>
<p>
<p>
<b>File manager response:</b>  
<b>File manager response:</b>  
Retry the command, specifying values for BSIZE and BRECPPG so that <code>BSIZE*BRECPPG</code> does not exceed the limit. Refer to [[Managing file and table sizes]] for more information on file sizes. </p>
Retry the command, specifying values for <var>BSIZE</var> and <var>BRECPPG</var> so that <code>BSIZE*BRECPPG</code> does not exceed the limit. Refer to [[Managing file and table sizes]] for more information on file sizes.  
</p>
{{Template:M204.0797 footer}}
{{Template:M204.0797 footer}}
<!-- skeleton as it was in pdf/BSIZE*BRECPPG EXCEEDS MAXIMUM VALUE /-->
<!-- skeleton as it was in pdf/BSIZE*BRECPPG EXCEEDS MAXIMUM VALUE /-->

Latest revision as of 00:33, 2 March 2018

M204.0797  BSIZE*BRECPPG exceeds maximum value

The product of BSIZE and BRECPPG must not exceed 16,777,216 for regular Model 204 files (which do not have the FILEORG X'200' bit set) nor 50,331,648 for files that have the FILEORG X'200' bit set. These numbers specify the maximum number of records allowed in a single Model 204 file.

The CREATE or INCREASE command is rejected.

File manager response: Retry the command, specifying values for BSIZE and BRECPPG so that BSIZE*BRECPPG does not exceed the limit. Refer to Managing file and table sizes 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