Creation Options

Select any of the following tri-state check boxes to choose the creation options you want to use when creating an ILE program.

Generate program object
Indicates that the binder should create an object upon successful processing of this command.

Duplicate procedure names
Indicates that any procedure name exported from a module or service program need not be unique. When multiple duplicate procedures are allowed, the first exported procedure in the list of specified modules and service programs that matches the import request is the procedure that is selected.

Duplicate variable names
Indicates that any variable name exported from a module or service program need not be unique. When multiple duplicate variables are allowed, the first exported variable in the list of specified modules and service programs that matches the import request is the variable that is selected.

Issue diagnostic messages
Indicates that warning messages should be issued if duplicate variable or procedure names are encountered.

Resolve imports
Indicates that all imports must be resolved in order for the object to be created.