MSIR.0759 Order comparison (GE, LE, LT, GT) not valid for (what)

From m204wiki
(Redirected from MSIR.0759)
Jump to navigation Jump to search

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=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
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages