Terminal definition
CEDA DEFINE puts a definition on the CSD. The definition is in the form of a CEDA command.
CEDA INSTALL reads the definition from the CSD, calls the builders and builds the definition in CICS® DSA, and updates the CICS global catalog data set for future recovery.
EXEC CICS CREATE builds the same record that would be obtained from the CSD and then calls the builders just like CEDA INSTALL.
EXEC CICS DISCARD calls the builders with a pointer to the TCTTE entry that is to be deleted. The builders then freemain the TCTTE, remove index entries and the catalog record.