Entry module

Use this entry field to specify the name of the module that contains the program entry procedure (PEP) to be used for this program.

Click on the down arrow to display the following list of valid choices and select one.

*CMDDFT
The default currently set on your host system. Not necessarily the installation defaults.
*FIRST
The first module found, from the list of modules, that has a PEP will be the entry module.
*ONLY
The entry module for this program is the one module found, from the list of modules, which has a PEP. An error is issued if more than one module in the list contains a PEP.

Every ILE RPG module object has an implicit PEP.

*PGM
The entry module for this program is the module with the same name as the program name.
module-name
Enter the name of the module containing the PEP. If this module is not already in the list of modules, it will be added. If it does not have a PEP, the program will not be created.