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


&SYSCONLIST

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

&SYSCONLIST indicates whether the CONTROL statement's CONLIST or NOCONLIST option is active. The value ON indicates that CONTROL CONLIST is active, and CLIST statements are displayed at the terminal after symbolic substitution. The value OFF indicates that CONTROL NOCONLIST is active, and CLIST statements are not displayed at the terminal after symbolic substitution.

Your CLISTs can use &SYSCONLIST to test which option is in effect, or to change the option. For example, if you suspect an error in part of a CLIST and you want to display certain statements after substitution, you can code:
SET &SYSCONLIST = ON
⋮
  (suspected statements in error)
⋮
SET &SYSCONLIST = OFF

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014