z/OS TSO/E REXX Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


COMPARE

z/OS TSO/E REXX Reference
SA32-0972-00

In EBCDIC:
COMPARE('<.A.B.C>','<.A.B><.C>')     ->   0
COMPARE('<.A.B.C>','<.A.B.D>')       ->   3
COMPARE('ab<>cde','abcdx')           ->   5
COMPARE('<.A><>','<.A>','<. >')      ->   0

Applying the character concatenation for padding, character extraction from a string, and character comparison rules.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014