M204.0704: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 13:52, 25 February 2018

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 either by an L statement which locates an existing Model 204 record or 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=64Sets online return code
RETCODEB=64Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages