The autoinstall control program is reinvoked when an autoinstalled resource is deleted. (The resources that can be autoinstalled are listed under The autoinstall control program at INSTALL.) Invoking the user program at DELETE enables you to reverse the processes carried out at INSTALL.
The parameter list passed to your user program at DELETE of local terminals is described in topic The autoinstall control program at DELETE. The parameter list passed at DELETE of local APPC connections is described in topic The autoinstall control program at DELETE. The parameter list passed at DELETE of Client virtual terminals is described in topic The autoinstall control program at DELETE. This section describes only DELETE of shipped terminals and connections.
Shipped terminal and connection definitions are deleted by the CICS® Transaction Server for z/OS®, Version 3 Release 1 timeout delete mechanism. For details of the timeout delete mechanism, see the CICS Intercommunication Guide.
Figure 40 shows the communications area passed to the autoinstall user program at DELETE.
DELETE_SHIPPED_COMMAREA DSECT , Delete parameter list
DELETE_SHIPPED_STANDARD DS F Standard field
DELETE_SHIPPED_EXIT_FUNCTION DS XL1 Delete type
DELETE_SHIPPED_TERM EQU X'FA' Delete terminal
DELETE_SHIPPED_RSE EQU X'FB' Delete remote system entry
DELETE_SHIPPED_EXIT_COMPONENT DS CL2 Component ID 'ZC'
DS CL1 Reserved
DELETE_SHIPPED_TERMID DS CL4 TERMID in TOR
DELETE_SHIPPED_APPLID DS CL8 Applid of TOR
DELETE_SHIPPED_LTERMID DS CL4 TERMID in AOR
DELETE_SHIPPED_NETNAME DS CL8 Netname of terminal
At DELETE, all fields in the communications area are input only. Fields not listed below are as described for INSTALL.