MSIR.0759 Order comparison (GE, LE, LT, GT) not valid for (what)
(Redirected from MSIR.0759)
An order comparison was made between two structure or two object variables. Order comparisons (GE, LE, LT, and GT) are not supported for structures or objects. If an order comparison is required for a User Language class, define a method that performs the appropriate processing for an order comparison. Note that an equality comparison for an object only indicates equality if two object variables refer to the same object, not if they refer to two different objects with identical contents.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | 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 |
ECHO | Displays the line that caused the error |