Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
COBOL Language Reference
>
Part 1. Concepts
>
Concepts of the COBOL Language
>
Class and Category of Data
>
Uniqueness of Reference
>
Type of identifier
Type of identifier
The TYPE OF identifier obtains the System.Type object for a class, interface, delegate or enumeration.
General Format
TYPE OF identifier-1
Syntax Rules
Identifier-1 must reference a class, an interface, a delegate or an enumeration.
General Rules
Type-of-identifier creates a unique data item that contains the System.Type object for identifier-1.
Parent topic:
Uniqueness of Reference