M204.0722: 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.0722 skeleton}}
{{Template:M204.0722 skeleton}}
<P>A File Load program has an LDRF statement which refers to a field that has the NUMERIC RANGE attribute in its field description. Since multiple occurrences of NUMERIC RANGE fields are disallowed, LDRF cannot specify a
<P>
NUMERIC RANGE field. The File Load program will continue to compile, but will not be executed. </P>
A File Load program has an <var>LDRF</var> statement that refers to a field that has the <var>NUMERIC RANGE</var> attribute in its field description. Since multiple occurrences of <var>NUMERIC RANGE</var> fields are disallowed, <var>LDRF</var> cannot specify a
<p><b>File manager response:</b> Correct the File Load program or change the field attribute to NON-RANGE, and resubmit the job. </p>
<var>NUMERIC RANGE</var> field. The File Load program will continue to compile, but it will not be executed. </P>
<p>
<b>File manager response:</b> Correct the File Load program, or change the field attribute to <var>NON-RANGE</var>, and resubmit the job.  
</p>
{{Template:M204.0722 footer}}
{{Template:M204.0722 footer}}
<!-- skeleton as it was in pdf/REPEATING RANGE FIELD PROHIBITED /-->
<!-- skeleton as it was in pdf/REPEATING RANGE FIELD PROHIBITED /-->

Latest revision as of 23:19, 1 March 2018

M204.0722  Repeating range field prohibited

A File Load program has an LDRF statement that refers to a field that has the NUMERIC RANGE attribute in its field description. Since multiple occurrences of NUMERIC RANGE fields are disallowed, LDRF cannot specify a NUMERIC RANGE field. The File Load program will continue to compile, but it will not be executed.

File manager response: Correct the File Load program, or change the field attribute to NON-RANGE, and resubmit the job.

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