1.3 KiB
1.3 KiB
layout | title | description | og_image |
---|---|---|---|
article | MPE_LOCKANYTABLE | The MPE_LOCKANYTABLE table provides a mechanism for a process to secure a logical 'lock' on an object to avoid conflicts when running the application with multiple users in parallel | https://docs.datacontroller.io/img/mpe_lockanytable.png |
MPE_LOCKANYTABLE
The MPE_LOCKANYTABLE
table provides a mechanism for a process to secure a logical 'lock' on an object to avoid conflicts when running the application with multiple users in parallel.
The underlying utility is open source and documented here.
For more information, see the locking mechanism guide.
Columns
- 🔑
LOCK_LIB char(8)
: SAS Libref (8 chars) - 🔑
LOCK_DS char(32)
: The dataset name LOCK_STATUS_CD char(10)
: Either LOCKED or UNLOCKEDLOCK_USER_NM char(100)
: The logged-in user who performed the lock or unlockLOCK_REF char(200)
: Description of the lock purposeLOCK_PID char(10)
: The value of the automaticsysjobid
macro variableLOCK_START_DTTM num
: The timestamp when the record was LOCKEDLOCK_END_DTTM num
: The timestamp when the record was UNLOCKED. This is set to missing whilst the record is locked.