ILREF

This directive makes the Visual Studio Framework classes in the specified assembly available to the program being compiled.
Restriction: This directive is supported for managed COBOL only.

Syntax:

>>-----.---ILREF--"parameter"---.--><
       +-NOILREF----------------+

Parameters:

assembly-name
The name of the assembly that contains the required classes

Properties:

Default: ILREF"assembly-name" (IDE default) or NOILREF (command line default)
IDE equivalent: Add a reference in the References folder of the solution
$SET: Initial