M204.0570: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0570 skeleton}}
{{Template:M204.0570 skeleton}}
<P>
<P>
A field name variable is used in a FOR EACH VALUE statement, and the field name in <var class="term">token0</var> names a NON-FRV and NON-ORDERED field. </P>
A field name variable is used in a <var>For Each Value</var> statement, and the field name in <var class="term">token0</var> names a <var>NON-FRV</var> and <var>NON-ORDERED</var> field. </P>
<p>
<p>
<b>Response:</b> Specify an FRV field, or recode the SOUL request to simulate FOR EACH VALUE processing as described in [[Value loops]]. Retry the request. </p>
<b>Response:</b> Specify an <var>FRV</var> field, or recode the SOUL request to simulate <var>For Each Value</var> processing as described in [[Value loops]]. Retry the request. </p>
<p>
<p>
<b>File manager response:</b> Consider using the REDEFINE command to make the field FRV. </p>
<b>File manager response:</b> Consider using the <var>REDEFINE</var> command to make the field <var>FRV</var>.  
</p>
{{Template:M204.0570 footer}}
{{Template:M204.0570 footer}}
<!-- skeleton as it was in pdf/NON-FRV, NON-ORDERED FIELD. FIELD = fieldname /-->
<!-- skeleton as it was in pdf/NON-FRV, NON-ORDERED FIELD. FIELD = fieldname /-->

Latest revision as of 23:23, 26 February 2018

M204.0570  NON-FRV​,​ NON-ORDERED field: field ​=​ token

A field name variable is used in a For Each Value statement, and the field name in token0 names a NON-FRV and NON-ORDERED field.

Response: Specify an FRV field, or recode the SOUL request to simulate For Each Value processing as described in Value loops. Retry the request.

File manager response: Consider using the REDEFINE command to make the field FRV.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages