z/OS Communications Server: IP CICS Sockets Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CICS program list table

z/OS Communications Server: IP CICS Sockets Guide
SC27-3649-00

You can enable automatic startup or shutdown of the CICS® socket interface through updates to the program list table (PLT). Put the EZACIC20 module in the appropriate PLT to enable automatic startup and shutdown.

To start the IP CICS socket interface automatically, make the following entry in PLTPI after the DFHDELIM entry:
*                                                  
* PLT USED TO SUPPORT IP CICS SOCKETS STARTUP  
*                                                  
         DFHPLT TYPE=INITIAL,SUFFIX=SI             
         DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM        
         DFHPLT TYPE=ENTRY,PROGRAM=EZACIC20        
*
* Add other IP CICS Socket PLT startup programs here...
*
         DFHPLT TYPE=FINAL                         
         END                                       
To shut down the IP CICS socket interface automatically (including all other IP CICS sockets enabled programs), make the following entry in the PLTSD before the DFHDELIM entry:
*                                                                      
* PLT USED TO SUPPORT IP CICS SOCKETS SHUTDOWN                     
*                                                                      
         DFHPLT TYPE=INITIAL,SUFFIX=SD 
*
* Add other IP CICS Socket PLT shutdown programs here...
*                                
         DFHPLT TYPE=ENTRY,PROGRAM=EZACIC20                            
         DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM                            
         DFHPLT TYPE=FINAL                                             
         END                                

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014