Changes the position of file extensions in the program search order in which the run-time system searches for program files.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set program_search_intgnt=----.-TRUE-.--------><
+-FALSE+
Parameters:
TRUE
|
The search order is
.int (all platforms), then
.gnt (all platforms), then
.lbr (Windows)
|
FALSE
|
The search order is
.gnt (all platforms), then
.int (all platforms), then
.lbr (Windows)
|
Properties:
Default:
|
FALSE
|
IDE equivalent:
|
None
|