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


&SYSDLM

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

&SYSDLM ("DLM" is for delimiter) contains a number that identifies the position (first, second, third, and so on) of the TERMIN or TERMING statement character string entered by the user to return control to the CLIST.

You can use this variable to determine what action should be taken when the user returns control to the CLIST, based on the string chosen. For example, the following statements inform the user what is requested (WRITE), pass control to the terminal and establish valid control character strings (TERMIN or TERMING), and determine the subsequent action based on the string entered.
WRITE The first phase of BUDGET has completed with
WRITE a return code of &RCODE
WRITE Enter YES if you want the results printed.
WRITE Enter NO if you do not want them printed.
TERMIN YES NO
IF &SYSDLM = 1 THEN + 
⋮
  (Print results)
⋮

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014