Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.25 MaxRecordLength property

This property sets record length or maximum record length of the input record.

Syntax

object.MaxRecordLength = long

object

This specifies object expressions that define references to objects.

long

This sets record length or the maximum record length of the input record. The record length or maximum record length that can be set is from 1 to 32000 bytes.

Description

Note

In the binary file (variable-length record format) and the text file, if the record length specified by MaxRecordLength property is longer than the actual maximum record length, it is possible to process. However, when the record length that is longer than the actual maximum record length is specified by MaxRecordLength property, it becomes the factor of the performance deterioration according to the difference between a specified record length and the actual maximum record length.