This procedure describes how to use the IBM-supplied transaction CEDA to configure the host CICS regions. For more information on the CEDA transaction, see the IBM publication CICS/ESA 3.3 Resource Definition.
In the following procedures, accept the default values for the fields that are not described. When you have defined your connection and sessions, and have tested them, you can configure the connections and settings to be installed automatically on the host CICS region at startup. You can do this by adding the group to your CICS startup list.
transaction 'CEDA DEFINE GROUP(group_name) CONNECTION(connection_name)
where group_name is the name of the group containing the connection connection_name. A transaction using the example values in this chapter is:CEDA DEFINE GROUP(HSTTOSNA) CONNECTION(LU21)
CEDA DEFINE GROUP(group_name) SESSION(session_name)
where group_name is the name of the group containing the session session_name. A transaction using the example values in this chapter is:CEDA DEFINE GROUP(HSTTOSNA) SESSION(LU21SESS)