Specifies an additional COBOL source file to be compiled together with the current program into a single .NET assembly or Java class file.
Restriction: This directive is supported for managed COBOL only.
Syntax:
>>-----.---ILSOURCE---"cobolsourcefile"---.--><
+-NOILSOURCE-----------------------+
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.