Post Read


The Post Read file-level event point is executed immediately after a record is read in the designated file in any manner under APPX control. It is the equivalent of adding such statements to the Post PCF Read event point of each and every process whose PCF is the designated file (except for how data is shared). In addition, Post Read code is executed immediately following the execution of any read statement (READ, READNEXT, or BEG READ) affecting the designated file.

See the Files Rules Option and File-Level Event Points sections for more information.