ILARRAYPROPERTY
Controls the way in which the Compiler generates code for data items that include the PROPERTY phrase, and which either include the OCCURS phrase or are subsidiary to a group item with the OCCURS clause.
ILCLR
Allows a managed program to be compiled for Microsoft's Common Language Runtime (CLR) version 2.0 or 4.0.
ILDOC
Generates documentation in xml format using comments in the code, and puts the documentation in the specified file.
ILDYNCALL
Specifies that CALL literal statements are resolved at run time rather than being resolved at compile time.
ILNATIVE
Exposes COBOL 01 level data items as managed primitives where possible.
ILOBJECTIFY
Deprecated functionality. Supported for backward compatibility only.
ILSTATIC
Exposes the entry points of a COBOL program as static methods for compatibility with previous releases.
ILTARGET
Enables an application to target a specified CPU type.
ILVERIFY
Ensures that the compiled IL code is verifiable.