Specifies the entry method for the executable program being compiled.
>>-.----.--ILMAIN--"entryprogram"------>< +-NO-+
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. |
Default: | NOILMAIN |
IDE equivalent: | Click Project > Properties > Common Properties > General > Application > Entry Name |