Search found 1 match

by samyap
Fri Sep 26, 2025 3:49 pm
Forum: RPG IV
Topic: Detect CLRPFM action from other job
Replies: 2
Views: 7281

Detect CLRPFM action from other job

Hi, I have a job (Job A) that run 24*7 and will opens a file (FILE_A).
Another job (Job B) need clears this file using CLRPFM.
How can my job A detect when CLRPFM is performed by Job B to release locking on FILE_A without modifying Job B program?