CONNX Data Integration Suite 14.8.0 | Administration Guide | CONNX Configuration Settings | Mainframe Configuration Instructions | CICS Configuration Instructions
 
CICS Configuration Instructions
Use the NX01 transaction to add, change, or delete CONNX Configuration settings or environmental variables for mainframe CICS jobs.
All settings are read once at either listener or server startup - you need to restart the listener or to connect the new server to apply any changes.
The basic form at of the command is:
NX01 PARAMETER value
To remove a parameter and return to default behavior, enter the command without a value:
NX01 PARAMETER
For example, to set the environmental variable ADA_DEBUG_TRACE_MASK, enter the following:
NX01 ADA_DEBUG_TRACE_MASK 1
The following appears when the evironmental variable is entered:
Entry Added (ADA_DEBUG_TRACE_MASK)=(1)
You can enter the NX01 transaction without any values to display a list of all configuration settings/environmental varuables that habe been set with NX01:
NX01