IccControl class controls an application program that uses the supplied Foundation Classes. This class is a singleton class in the application program; each program running under a CICS® task has a single IccControl object.
IccControl has a pure virtual run method, where application code is written, and is therefore an abstract base class. The application programmer must subclass IccControl, and implement the run method.