M204.1694
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=0 | Sets online return code |
---|---|
RETCODEB=2 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |