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


LENGTH

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

Read syntax diagramSkip visual syntax diagram
>>-LENGTH(string)----------------------------------------------><

returns the length of string.

Here are some examples:
LENGTH('abcdefgh')    ->    8
LENGTH('abc defg')    ->    8
LENGTH('')            ->    0

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014