M204.0704: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 1: Line 1:
{{Template:M204.0704 skeleton}}
{{Template:M204.0704 skeleton}}
<P>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. </P>
<P>
<P>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
The execution of the <var>FLOD</var> 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. </P>
program attempted to process a read and load a field statement for which there was no current Model 204 record. </P>
<P>
<p><b>File manager response:</b> Correct the FLOD program specification so that read-and-load-a-field statements are in the context of a current record. </p>
The record to update is specified within a <var>FLOD</var> program by either of these: </p>
<ul>
<li>An <var>L</var> statement that locates an existing Model&nbsp;204 record </li>
 
<li>By specifying the X'8000' bit in the mode argument to the read and load a field statement. </li>
</ul>
<p>
This program attempted to process a read and load a field statement for which there was no current Model&nbsp;204 record. </P>
<p>
<b>File manager response:</b> Correct the <var>FLOD</var> program specification so that read-and-load-a-field statements are in the context of a current record.  
</p>
{{Template:M204.0704 footer}}
{{Template:M204.0704 footer}}
<!-- skeleton as it was in pdf/NO RECORD DEFINED -- FLOD /-->
<!-- skeleton as it was in pdf/NO RECORD DEFINED -- FLOD /-->

Latest revision as of 23:31, 27 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 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=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