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


READDVAL statement

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

Use the READDVAL statement to assign the current contents of the &SYSDVAL control variable to one or more specified symbolic variables.

The assignment is done sequentially to the variables in the order specified; variables not assigned values default to null values. If there are more values than variables, the excess values from &SYSDVAL are not assigned.

Read syntax diagramSkip visual syntax diagram
                                     .--------------.   
                                     V              |   
>>-+--------+--READDVAL--variable_1----+----------+-+----------><
   '-label:-'                          '-variable-'     

label
provides a name the CLIST can reference in a GOTO statement to branch to this READDVAL statement. label is one-to-31 alphanumeric characters, beginning with an alphabetic character.
variable_1 / variable
Any valid variable name. A variable need not have been previously defined.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014