Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.19 InputDataCode property

This property specifies code systems of the input file.

Syntax

object.InputDataCode = integer

object

This specifies object expressions that define references to objects.

integer

This sets code systems of the input file. As for values to be set, refer to the following setting values.

Setting value

Setting values of the InputDataCode property are as follows.

Setting value

Meaning

0

ASCII code system (NetCOBOL format) (Default value)

1

ASCII code system (Micro Focus COBOL format and COBOL/2 format)

2

EBCDIC code system

3

Unicode system (UCS-2 form)

4

Unicode system (UTF-8 form)

Description