In CICS, abends (abnormal terminations) are handled using the HANDLE ABEND command, which allows a program to specify error-handling routines to execute when an abend occurs. HANDLE CONDITION is for normal condition handling, not abends specifically, and ABEND alone is not a command but an event type.