M204.2297: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 12: Line 12:


<p>
<p>
<b>Response:</b> Make sure one of these conditions is met. </p>
<b>Response:</b> Make sure one of these conditions is met.  
</p>
{{Template:M204.2297 footer}}
{{Template:M204.2297 footer}}
<!-- skeleton as it was in pdf/CONDITIONS NOT MET FOR BACKWARD PROCESSING /-->
<!-- skeleton as it was in pdf/CONDITIONS NOT MET FOR BACKWARD PROCESSING /-->

Latest revision as of 20:09, 16 March 2018

M204.2297  Conditions not met for backward processing

To process a record set in the backward direction, at least one of the following conditions must be met:

  • The field must be defined with the AT-MOST-ONE attribute.
  • The field must be preallocated with OCCURS 1.
  • If you are running SOUL, Each must be specified on the For statement. If you are running IFAM, the Each option must be included in the CURSOR-SPEC parameter on the IFOCUR call.

Response: Make sure one of these conditions is met.

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