PowerBSORT makes the temporary file while executing the sort function.
The approximation formula of the needed capacity of the temporary file is shown below. If enough work area of PowerBSORT is not secured for the amount of the input data, it might exceed the following approximate formula. Therefore, specify the folder with an enough free space for the folder that makes the temporary file.
Temporary file capacity=(Administration area + Key length + Record length) X Number of records
Administration area: Administration area of PowerBSORT - Fixed value 12.
Key length: Total of the values that the length of each key field specified is adjusted to be multiples of 4.
Record length: Value adjusted the specified record length to be multiples of 4.
Number of records: The number of input records.