M204.0761: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 3: Line 3:
You attempted to initialize a file that was created with invalid parameters. The number of dictionary entries is determined by the product of the parameters <var>ATRPG</var> and <var>ASTRPPG</var>. The maximum allowed product is 4000 (attribute dictionary entries), or 32000 for a <var>FILEORG</var> X'100' file. The <var>INITIALIZE</var> command is rejected. </P>
You attempted to initialize a file that was created with invalid parameters. The number of dictionary entries is determined by the product of the parameters <var>ATRPG</var> and <var>ASTRPPG</var>. The maximum allowed product is 4000 (attribute dictionary entries), or 32000 for a <var>FILEORG</var> X'100' file. The <var>INITIALIZE</var> command is rejected. </P>
<p>
<p>
<b>Response:</b> The file must be recreated. Retry the <var>CREATE</var> command specifying <var>ATRPG</var> and <var>ASTRPPG</var> parameter values such that the product of the two is less than <var class="term">token0</var>. </p>
<b>Response:</b> The file must be recreated. Retry the <var>CREATE</var> command specifying <var>ATRPG</var> and <var>ASTRPPG</var> parameter values such that the product of the two is less than <var class="term">token</var>. </p>
{{Template:M204.0761 footer}}
{{Template:M204.0761 footer}}
<!-- skeleton as it was in pdf/ATRPG*ASTRPPG EXCEEDS maxentries /-->
<!-- skeleton as it was in pdf/ATRPG*ASTRPPG EXCEEDS maxentries /-->

Latest revision as of 16:50, 26 March 2018

M204.0761  ATRPG*ASTRPPG exceeds token

You attempted to initialize a file that was created with invalid parameters. The number of dictionary entries is determined by the product of the parameters ATRPG and ASTRPPG. The maximum allowed product is 4000 (attribute dictionary entries), or 32000 for a FILEORG X'100' file. The INITIALIZE command is rejected.

Response: The file must be recreated. Retry the CREATE command specifying ATRPG and ASTRPPG parameter values such that the product of the two is less than token.

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