https://github.com/synergex/file_locks
This program uses the chklock utility to determine which record is locked in a Synergy Isam file. The program displays the User PID, isam key, filename, username, terminal name and terminal number.
https://github.com/synergex/file_locks
Last synced: 4 months ago
JSON representation
This program uses the chklock utility to determine which record is locked in a Synergy Isam file. The program displays the User PID, isam key, filename, username, terminal name and terminal number.
- Host: GitHub
- URL: https://github.com/synergex/file_locks
- Owner: Synergex
- License: other
- Created: 2021-12-10T21:15:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T17:39:48.000Z (almost 4 years ago)
- Last Synced: 2025-09-08T05:47:00.531Z (9 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FILE_LOCKS
**Created Date:** 10/12/2010
**Last Updated:** 12/10/2013
**Description:** This program uses the chklock utility to determine which record is locked
in a Synergy Isam file. The program displays the User PID, isam key,
filename, username, terminal name and terminal number.
**Platforms:** Windows; Unix
**Products:** Synergy DBL
**Minimum Version:** 6
**Author:** William Hawkins
**Additional Information:**
The file RECORD_LOCKED.DBL is not used by FILE_LOCKS.DBL, but contains two
subroutines; ISAM_READS which can be used to replace a READS statement, and
can return the key that is locked, and ISAM_READS_LOCKED which can be called,
after a READS statement has returned a record locked error, to get the key
of the record that was locked. Updated for compatibility with Synergy 9.5