M204.0704
M204.0704 No record defined -- FLOD
The execution of the FLOD program has attempted to add a field but without specifying the record to which the field is added. The File Load operation is terminated with a hard restart.
The record to update is specified within a FLOD program by either of these:
- An L statement that locates an existing Model 204 record
- By specifying the X'8000' bit in the mode argument to the read and load a field statement.
This program attempted to process a read and load a field statement for which there was no current Model 204 record.
File manager response: Correct the FLOD program specification so that read-and-load-a-field statements are in the context of a current record.
Message attributes:
RETCODEO=64 | Sets online return code |
---|---|
RETCODEB=64 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITAD | Writes the message with line type AD to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |