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


Suppressing arithmetic evaluations

z/OS TSO/E CLISTs
SA32-0978-00

If you do not want a CLIST to perform arithmetic evaluations of a &LENGTH expression, enclose the expression in a &STR built-in function as follows:
SET LENANSWR = &LENGTH(&STR(1+1+9))

After the previous statement executes, &LENANSWR contains the value 5.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014