M204.1388: 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.1388 skeleton}}
{{Template:M204.1388 skeleton}}
<P>On a <var>[[DEFINE FIELD command|DEFINE FIELD]]</var> command, the chunk size specified is too large.</P>
<P>
<p><b>Response:</b> Specify a chunk size less than or equal to the maximum.</p>
On a <var>[[DEFINE FIELD command|DEFINE FIELD]]</var> command, the <var>CHUNK</var> size specified is too large.</P>
<p>
<b>Response:</b> Specify a <var>CHUNK</var> size less than or equal to the maximum.
</p>
{{Template:M204.1388 footer}}
{{Template:M204.1388 footer}}
<!-- skeleton as it was in pdf/CHUNK size exceeds maximum of nnn/-->
<!-- skeleton as it was in pdf/CHUNK size exceeds maximum of nnn/-->

Latest revision as of 17:02, 10 April 2018

M204.1388  CHUNK size exceeds maximum of token

On a DEFINE FIELD command, the CHUNK size specified is too large.

Response: Specify a CHUNK size less than or equal to the maximum.

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