M204.1694

From m204wiki
Jump to navigation Jump to search

M204.1694  Null ordered record loop implied

In a Host Language Interface IFGET function call, an IN ORDER argument specifies loop control terms that nullify the loop. Examples are:

  • IN ASCENDING ORDER BY NAME FROM ZACK TO ABLE
  • IN DESCENDING ORDER BY CITY FROM BOSTON TO SAN DIEGO

In each case, the FROM and TO values are inconsistent with the ORDER specified.

Response: Correct the IN ORDER argument, and retry the Host Language application.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=2Sets 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

Back to list of messages