M204.1191: 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.1191 skeleton}}
{{Template:M204.1191 skeleton}}
<P>A SET HEADER or SET TRAILER statement specified a header or trailer number which exceeds MAXHDR or MAXTRL. </P>
<P>
<p><b>Response:</b> Increase MAXHDR or MAXTRL or reduce the number on the SET statement. </p>
A <var>Set Header</var> or <var>Set Trailer</var> statement specified a header or trailer number that exceeds <var>MAXHDR</var> or <var>MAXTRL</var>. </P>
<p>
<b>Response:</b> Increase <var>MAXHDR</var> or <var>MAXTRL</var>, or reduce the number on the <var>Set</var> statement.  
</p>
{{Template:M204.1191 footer}}
{{Template:M204.1191 footer}}
<!-- skeleton as it was in pdf/MAXIMUM HEADER OR TRAILER NUMBER EXCEEDED /-->
<!-- skeleton as it was in pdf/MAXIMUM HEADER OR TRAILER NUMBER EXCEEDED /-->

Latest revision as of 22:50, 5 March 2018

M204.1191  Maximum header or trailer number exceeded

A Set Header or Set Trailer statement specified a header or trailer number that exceeds MAXHDR or MAXTRL.

Response: Increase MAXHDR or MAXTRL, or reduce the number on the Set statement.

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
ECHODisplays the line that caused the error

Back to list of messages