Specifies whether the Entry Point Mapping facility should
not emulate the alias function of an IBM mainframe linkage editor, which redirects the system to execute a program accessed via
an alias name, and instead cause the
COBRT173 Called program file not found in drive/directory run-time system error.
Syntax:
>>---set entry_point_mapper_disable_auto_aliasing=--.-TRUE--.--------><
+-FALSE-+
Parameters:
TRUE
|
The Entry Point Mapping facility does
not emulate the alias function of an IBM mainframe linkage editor; it produces a run-time system error
COBRT173 Called program file not found in drive/directory instead.
|
FALSE
|
The Entry Point Mapping facility emulates the alias function of an IBM mainframe linkage editor, which redirects the system
to execute a program accessed via an alias name.
|
Properties:
Default:
|
TRUE
|
IDE equivalent:
|
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.
|
Comments:
This tunable is only relevant if the entry_point_mapper tunable is set to true; that is, the Entry Point Mapping facility
is enabled.