EDPBLK ;SLC/KCM - Handle locking for configuration ;2/28/12 08:33am
Source file <EDPBLK.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
READL(AREA,PART,TOKEN) | ; lock for reading
|
|
READU(AREA,PART,TOKEN) | ; unlock for reading
|
|
INITLOCK() | ; returns lock table id, initializing new table if necessary
|
|
SAVEL(AREA,PART,TOKEN,ERR) | ; lock for saving configuration
; ERR is return, empty if successful, message if lock fails ; TOKEN is returned with save token, contains read token initially |
|
SAVEU(AREA,PART,TOKEN) | ; Unlock for saving
|