TABSIZE — Sort Table Size (Processing Parameter)

Tells EREP to

Use a sort table of the specified size to process the records selected for the report.

The sort table is EREP’s internal work space, where it arranges the records into the order required for a given report.

Syntax

TABSIZE=nnnnK

nnnn
is a 1–4 digit decimal number.
K
The value is in thousands of bytes.

Defaults

  Op.Sys. Virtual Storage Sort Table Records Processed
MVS 100KB 24KB 2400
VM 100KB 24KB 2400
VSE 100KB 4KB 400

Coding

No special considerations.

Parameter Conflicts

None.

Notes