M204.1927

From m204wiki
Jump to navigation Jump to search

M204.1927  The initial 'by' value or direction parameter must be positive

In SOUL, on entry to a For loop, the By value must be positive. The body of the For loop may then change it to a positive or negative value.

Note: The By value can never be set to zero.

In IFAM, the initial IFFTCH call must specify a positive value for the direction parameter.

Response: For SOUL, correct the By value. For IFAM, correct the direction parameter.

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