Try OpenEdge Now
skip to main content
Database Administration
Reference : PROSTRCT Utility : PROSTRCT LIST qualifier
 

PROSTRCT LIST qualifier

Creates a structure description (.st) file for an OpenEdge database.

Syntax

prostrct list db-name[ structure-description-file ]

Parameters

db-name
Specifies the multi-volume database whose structure description file you want to update.
structure-description-file
Specifies the structure description file PROSTRCT creates. If you do not specify the structure description file, PROSTRCT uses the base name of the database and appends a .st extension. It replaces an existing file of the same name.
PROSTRCT LIST provides storage area, transaction log, and records per block information in the .st file it produces. Also, PROSTRCT LIST displays storage area names and extent information including the extent type, size, number, and name.

Notes

*Use PROSTRCT LIST any time you make changes to the structure of the database to verify that the change was successful.
*You can use this utility with an online database.
*See MaintainingDatabase Structure for more information about the LIST qualifier with the PROSTRCT utility.