A table that is a component of a block. May be local or external. For example:
BLOCK MAINGROUP; BEGIN TABLE TBL1(10); -- TBL1 is Component Variable Table BEGIN ... END ... END