Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.17 HandlingSameKey property

This property sets the method for processing the records with the equal key field.

Syntax

object.HandlingSameKey = integer

object

This specifies object expressions that define references to objects.

integer

This property sets the method for processing the records with the equal key field. As for values to be set, refer to the following setting value.

Setting value

Setting values of the HandlingSameKey property are as follows.

Setting value

Meaning

0

This processes the data in the irregular order. (Default value)

1

This decides the output order according to the first-in first-out option.

2

This deletes records by the suppression option.

3

This sets the record summation option.

Description

Note

When the first-in first-out (FIFO) option is specified in the Micro Focus COBOL indexed file, the priority level is decided in physical order rather than in the order of the indexes.