M204.0722

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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