PROSTRCT ADD qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PROSTRCT ADD qualifier
Appends the files from a new structure description (.st) file to a database.
Syntax
|
Parameters
- db-name
- Specifies the database you are using.
- structure-description-file
- Specifies the new .st file. Do not use db-name
.st. - -validate
-
Parses the contents of the .st file for syntax errors. When
-validateis specified, the database is not created. Each line of the structure file is read and evaluated. If errors are detected, the type of error is reported along with the line number. For a discussion of the syntax and rule checking-validateprovides, see Validate structure description files.
Use PROSTRCT ADD to add new storage areas and extents to new or existing storage areas, and to extend and pre-extend new and existing variable-length extents.
Notes
- You can use PROSTRCT ADD to add areas and extents only when the database is offline. Use PROSTRCT ADDONLINE to add areas and extents to an online database. For details, see PROSTRCT ADDONLINE qualifier.
- The new structure description file cannot identify existing extent files. It can only contain the definitions for new extent files. See Create and Delete Databases for a complete description of structure description files and storage areas.
- Run PROSTRCT LIST after updating the database with PROSTRCT ADD. PROSTRCT LIST verifies that the .st contains the updated information.