Specifies whether the run-time system can share a file and set record locks against a file within a process.
>>-----set intra_process_record_locking=---.-TRUE-.------------->< +-FALSE+
TRUE | Enables the run-time system to share a file and to set record locks against a file within a process; this occurs if a file is opened more than once in different programs, or if a file is opened in different threads. Closing a shared file only releases the record locks obtained by opening the file. |
FALSE | The ability to share a file and to set record locks against a file within a process is not defined by this system but by the operating system itself. |
Default: | TRUE |
IDE equivalent: | None |