LNOT

Returns a string that is the logical NOT of the argument string. The argument must be a character string. The string cannot be a LOB, a mixed data character string, or a graphic string.

Example:

Assume column L1 has a value of X'F0F0'.

  LNOT(L1)

Returns the value X'0F0F'.