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, then
.gnt, then
.lbr
|
| FALSE
|
The search order is
.gnt, then
.int, then
.lbr
|
Properties:
| Default:
|
FALSE
|
| IDE equivalent:
|
None
|