Controls whether an RTS 119 error is generated when an attempt is made to load a program containing a duplicate entry-point.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set error_on_duplicate_entry_point =---.-TRUE-.------><
+-FALSE+
Parameters:
TRUE
|
Force an RTS 119 error to be generated when loading a duplicate entry point.
|
FALSE
|
Silently ignore duplicate entry-points.
|
Properties:
Default:
|
FALSE
|
Setting:
|
None
Use the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
|
Example:
If program A is loaded and contains entry-point ENTA, and then program B is loaded which also contains entry-point ENTA, the RTS can either issue an RTS 119 error ("Symbol redefined") when it encounters ENTA in program B, or silently ignore it.