You can start or stop the EZASOKET interface by issuing an EXEC CICS LINK to program EZACIC20. Make sure you include the following steps in the LINKing program:
| P20TYPE | I Initialization T Immediate Termination D Deferred Termination | 
| P20OBJ | C CICS EZASOKET interface L Listener | 
| P20LIST | Name of listener if this is listener initialization/termination. | 
EZACIC20 will not return until the function is complete.
Note: If the EZASOKET interface is not in startup or termination and no COMMAREA was provided, the E20L user abend code is issued by EZACIC20.