IccResource class is a base class that is used to derive other classes. The methods associated with IccResource are described here although, in practise, they are only called on objects of derived classes.
IccResource is the parent class for all CICS® resources--tasks, files, programs, etc. Every class inherits from IccBase, but only those that use CICS services inherit from IccResource.