To stop the CONNX Started Task/Batch Job TCP/IP Listener

In the current example, the CNXVSD0 batch job TCP/IP Listener can be stopped by executing the CNXCFG REXX command, using any of the following syntax options:

  1. Implicit syntax from any ISPF command line:

tso cnxcfg p(stop 6710)

  1. Implicit syntax from ISPF option 6:

cnxcfg p(stop 6710)

 

Verbose:

Exec 'CONNX.STASK.CNTL(CNXCFG)' 'p(stop 6710)'

 

Verbose from any ISPF command line:

TSO exec 'CONNX.STASK.CNTL(CNXCFG)' 'p(stop 6710)'

  1. A successful stop attempt displays the following messages on the invoking terminal screen:

Stopping CONNX Started Task VSAM TCP/IP Listener on port 6710.

   Wed Apr  2 14:30:05 2003                                                    

   Using TCPIP.                                                                 

 Wed Apr  2 14:30:05 2003                                                      

   Connecting to port (6710) (127.0.0.1)                                        

CONNX Started Task VSAM TCP/IP Listener Stopped