M204.0722

From m204wiki
Revision as of 23:19, 1 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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