Roll forward multiple files
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To expedite the process of rolling forward multiple after-image extents, ROLL FORWARD accepts a file containing a list of after image files as input. The syntax of ROLL FORWARD with a list of extents is:
|
The listfile file, containing a list of AI area files, must be structured as follows:
- Specify one AI file per line
- AI file names can be a fully specified filename or a filename relative to the working directory where RFUTIL is executed
- Lines that begin with a colon (:), hash mark (#), or asterisk (*) are treated as comments and skipped over for parsing
If a file in the list is not an after-image file, ROLL FORWARD issues a warning and the file is skipped.