M204.0721: 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.0721 skeleton}}
{{Template:M204.0721 skeleton}}
<P>A File Load program attempted to specify a CASE statement with more than 25 entries, the allowable maximum. The compilation will continue, but the execution of the File Load program will be terminated. </P>
<P>
<p><b>File manager response:</b> Correct the File Load procedure before resubmitting. </p>
A File Load program attempted to specify a <var>CASE</var> statement with more than 25 entries, the allowable maximum. The compilation will continue, but the execution of the File Load program will be terminated. </P>
<p>
<b>File manager response:</b> Correct the File Load procedure before resubmitting.  
</p>
{{Template:M204.0721 footer}}
{{Template:M204.0721 footer}}
<!-- skeleton as it was in pdf/CASE COMMAND HAS OVER 25 ENTRIES /-->
<!-- skeleton as it was in pdf/CASE COMMAND HAS OVER 25 ENTRIES /-->

Latest revision as of 23:17, 1 March 2018

M204.0721  Case command has over 25 entries

A File Load program attempted to specify a CASE statement with more than 25 entries, the allowable maximum. The compilation will continue, but the execution of the File Load program will be terminated.

File manager response: Correct the File Load procedure before resubmitting.

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