ILMAIN

Specifies the entry method for the executable program being compiled.

Syntax:
>>-.----.--ILMAIN--"entryprogram"------><
   +-NO-+
Parameters:
entryprogram The name of the program containing the main entry point, which is the first static method within that program. For procedural COBOL, the main entry point is denoted by the Procedure Division using clause.
Properties:
Default: NOILMAIN
IDE equivalent: Click Project > Properties > Common Properties > General > Application > Entry Name
See Also: