Restriction: This tunable is supported for native COBOL and .NET COBOL only.
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:
|
|
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.