PROUTIL SETAREACREATELIMIT qualifier
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Set the create limit for the specified area.
Syntax
|
Parameters
- db-name
- Specifies the database where you are setting the create limit.
- area-number
- Specifies the area where you are setting the create limit. You can specify an area by its name or its area number.
- create-limit
- Specifies the new create limit. The create limit is the amount of free space that must remain in a block when you are adding a record to the block.
- tenant tenant-name
- Specifies that the area create limit is to be set on tables
and LOB objects in the area that are associated with tenant-name.
If tenant-name is not valid, is part of a group,
or is not associated with a partition in the area, SETAREACREATELIMIT
exits with an error. Specifying
tenantis only allowed on databases enabled for multi-tenancy and Type II areas. - group group-name
- Specifies that the area create limit is to be set on tables
and LOB objects in the area that are associated with group-name.
If group-name is not valid or is not associated
with partition in the area, SETAREACREATELIMIT exits with an error.
Specifying
groupis only allowed on databases enabled for multi-tenancy and Type II areas. - shared
- Specifies that the area create limit is to be set on shared
tables and LOB objects in the area. Specifying
sharedis only allowed on databases enabled for multi-tenancy and Type II areas.
Notes
- SETAREACREATELIMIT will set the limit for all tables and LOBs in the specified area.
- The create limit value must be equal to or greater than 32, and less than the block size minus 128 bytes.
- For databases with a 1K block size, the default create limit is 75. For all other database block sizes, the default create limit is 150.
- For databases enabled for multi-tenancy, if
tenant,group, orshared, is not specified, and the area has multi-tenant objects, the create limit is set for all objects in the area. - For more information on setting create limits, see Database fragmentation .