Create a database with PROSTRCT CREATE
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To create an OpenEdge database using PROSTRCT CREATE you must:
- Create a structure description (
.st) file to define storage areas and extents - Use PROSTRCT CREATE to create database areas and extents
- Add schema to the void database
Notes
- Large file support is enabled by default for databases created using PROSTRCT CREATE. See Database creation and large file support for more information.