BATCH-SIZE attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The maximum number of ProDataSet temp-table rows to retrieve in each FILL operation. The default value is zero (which retrieves all rows that satisfy the associated query).
Note: If you specify a batch size for a ProDataSet temp-table
that is a child of a relation, the AVM restarts the BATCH-SIZE counter
for each parent record (as opposed to once per temp-table).
Data type: INTEGER
Access: Readable/Writeable
Applies to: Buffer object handle
This attribute is not marshalled between the client and the AppServer (unlike the LAST-BATCH attribute).