Specifying a Code Page in a Master File

How to:

The FILE declaration in a Master File can specify the code page to be used to retrieve the data in that file. If the file is included as a segment in a cluster join, having the code page specified ensures that the data from that segment is retrieved using the correct code page even if the FILE declaration for the cluster specifies a different code page or defaults to the default code page.

Syntax: How to Specify a Code Page for a Master File

CODEPAGE = codepage

where:

codepage

Is the code page to use to read the file.