REVERSE function

The REVERSE function returns a character string of exactly the same length as argument-1 and whose characters are exactly the same as those of argument-1, except that they are in reverse order.

Format.

          FUNCTION REVERSE ( argument-1 )