ILSOURCE

Specifies an additional COBOL source file to be compiled together with the current program into a single .NET assembly.

Syntax:
>>-.----.--ILSOURCE---"cobolsourcefile"------><
   +-NO-+
Parameters:
cobolsourcefile The filename of the additional COBOL source file to be compiled
Properties:
Default: NOILSOURCE
IDE equivalent: Add the additional source file to the solution
Comments:

Each program specified in an ILSOURCE directive is treated as a separate COBOL program, but the compilation results in a single .exe or .dll file.

See Also: