Differences

This shows you the differences between two versions of the page.

Link to this comparison view

record_lock [2018/09/06 09:18]
record_lock [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Record Lock ======
 +In RLA you can test if the last IO operation ended with you waiting for a locked record exceeding the wait timeout:
  
 +    if %Status(YourFile) =  1218;  //Status 1218 = Record Lock
 +      // record locked
 +    endif;
 +
 +{{tag>ibm rpg}}