2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

IFSオブジェクトをロックしているジョブの情報を表示します。

概要

■表関数名:QSYS2.IFS_OBJECT_LOCK_INFO
■カテゴリ:Javaサービス
■サポート:IBM i 7.3 SF99703 Level 16以降
■参照URL(IBM i 7.5):https://www.ibm.com/docs/ja/i/7.5?topic=services-ifs-object-lock-info-table-function

使用例

SELECT * FROM TABLE(QSYS2.IFS_OBJECT_LOCK_INFO(PATH_NAME => '/home/GOMA/test.txt'))

実行例です。

image.png

JOB_NAMEに表示されているジョブは、5250からEDTFコマンドでIFSのテキストファイルを編集しているジョブです。

3カラム目以降を見ると、このジョブがI/Oした件数も取得できるようです。マニュアル記載を見ると下記になっていました。

image.png

5250のEDTF画面でいくつか操作してみましょう。

元の状態

TEST.TXTの中身は下記のような内容です。
image.png

下記のように1行変更してPF2キーで保管します。

image.png

再度、IFS_Object_Lock_Infoをselectすると、、

テストの仕方が良くないのか、上手く値が上がりませんでした。。。

それとこちらはバグ?値が全く帰らないことが頻発しました…(IBM i 7.4, 7.5で)

image.png

調べてみたいと思います。。

2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?