IFS - Object locks

By kimot, 17 April, 2023

If you need to know if IFS file is currently locked

select *  from table (qsys2.ifs_object_lock_info(path_name => '/path_to_file/file_name')) A;