RATE THIS ANSWER
+1
Click to Vote:
1
0
Defining a read trigger using ADDPFTRG should do the trick. The trigger will be called for every record read from the file and then the trigger can just log those reads to the record of interest.
Bruce Vining
Bruce Vining Services ----------------------------------------------------------------------
You cannot get it at the record level, but you can get it at the file level.
use OMTJRNE ( *NONE) on your STRJRNPF command.
That being said, if there are selective fields in the file that you do not want people to access, you can change the authority on th PF so they cannot get at it. Then create a LF with only selected fields from the file and authorize them to the LF.
Last Answered:
Nov 5 2009 2:47 PM GMT by Bvining 
4885 pts.