To set a persistent CONNX environment variable

  1. The following implicit and verbose syntax can be used to set a persistent CONNX environment variable:

Implicit:

From any ISPF command shell:

cnxcfg p(variable-name value)

or Verbose:

exec 'connx.stask.cntl(cnxcfg)' 'p(variable-name value)'

Implicit:

From any ISPF command line:

 tso cnxcfg p(variable-name value)

or Verbose:

tso exec 'connx.stask.cntl(cnxcfg)' 'p(variable-name value)'

For instance, to set the persistent CONNX environment variable DEBUG to 1, the implict ISPF command line syntax is:

st890215.jpg

st890216.jpg