If, when using binary data items (that is, RM/COBOL COMPUTATIONAL-1 format items) an arithmetic operation gives a value which exceeds the capacity of the data item, and there is no ON SIZE ERROR clause, Enterprise Developer wraps-around the value of the item. However, in RM/COBOL, the data item is set to the limit of its capacity.
You should specify an ON SIZE ERROR clause to highlight such problems.