Create after-image areas
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You create after-image areas using PROSTRCT and a structure description file. Use PROSTRCT CREATE to create after-image areas when you first define your database, and PROSTRCT ADD to add after-image areas to an existing database.
To create AI areas when defining your database:
-
Create the structure description file for the
database. See Create and Delete Databases for a complete description of how to create a structure description
file.
- Create the empty database structure using the PROSTRCT utility. For more information about the structure description file and PROSTRCT, see Maintain Database Structure.
- Create the initial database contents using the PROCOPY or PROREST utility. For more information about the PROCOPY and PROREST utilities, see Other Database Administration Utilities