M204.2049: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


<P>
<P>
The POSITION could not be found in GTBL during evaluation. It was removed from GTBL with the CLEAR statement during evaluation, or it was never declared with the REMEMBER statement. </P>
The position could not be found in GTBL during evaluation. It was removed from GTBL with the <var>Clear</var> statement during evaluation, or it was never declared with the <var>[[Remember statement|Remember]]</var> statement. </P>
<p>
<p>
<b>Response:</b> Change the placement of any CLEAR statements so they do not remove POSITIONS from GTBL until it is okay to do so, and make sure there is a REMEMBER statement with the position name. </p>
<b>Response:</b> Change the placement of any <var>Clear</var> statements so they do not remove positions from GTBL until it is okay to do so, and make sure there is a <var>Remember</var> statement with the position name.  
</p>
{{Template:M204.2049 footer}}
{{Template:M204.2049 footer}}
<!-- skeleton as it was in pdf/POSITION LOST DURING EVALUATION OR IT WAS NEVER DECLARED /-->
<!-- skeleton as it was in pdf/POSITION LOST DURING EVALUATION OR IT WAS NEVER DECLARED /-->

Latest revision as of 18:56, 22 May 2018

M204.2049  Position lost during evaluation or it was never declared

The position could not be found in GTBL during evaluation. It was removed from GTBL with the Clear statement during evaluation, or it was never declared with the Remember statement.

Response: Change the placement of any Clear statements so they do not remove positions from GTBL until it is okay to do so, and make sure there is a Remember statement with the position name.

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
ECHODisplays the line that caused the error

Back to list of messages