Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

7.5.5 BSCOL structure

The BSCOL structure is a structure for defining the modify collation sequence function.

typedef struct {
    unsigned char    col_char[256];
} BSCOL;

BSCOL structure member

In the following, it explains about the member of the BSCOL structure.

col_char[256]

This specifies the 256-byte table for the modify collation sequence.
Set the code number to be changed in the position of the code number of this table's offset value. Note that the whole of the 256 bytes must be set in the code. Set code that is not to be changed in the same code as the offset value.