subj
Ok, I understand that reading a system file directly is not the best idea.
Is it possible to find out when a program (module) was last executed (loaded into the buffer pool), who and when edited the source code, etc.?
Natural doesn’t provide any historical data on an object’s use. There is nothing in the system files that would help you. You would have to create your own system to periodically extract data from the Buffer Pool and save it in your own database file.
You can see who last updated a source module with the LIST and L DIR commands (Presuming those commands in Nat228 worked as they do now.)