DESCRIBE DISTANCE

Reference

Syntax

DESCRIBE DISTANCE BETWEEN dobj1 AND dobj2 INTO dst
                          IN {BYTE|CHARACTER} MODE.


Effect

Defines the contents of two data objects dobj1 and dobj2 in the storage area in bytes or characters. It returns the result in dst.

Addition