Property | Source/Target | Description |
---|---|---|
CodePage | S/T | Allows to use the required encoding for reading and writing the data. The following code pages are available: • ANSI (default) • OEM • 0037 US (EBCDIC) • 0273 Germany (EBCDIC) • 0277 Norway (EBCDIC) • 0278 Sweden (EBCDIC) • 0280 Italy (EBCDIC) • 0284 Spain (EBCDIC) • 0285 UK (EBCDIC) • 0297 France (EBCDIC) • 0437 MSDOS United States • 0500 Belgium (EBCDIC) • 0850 MSDOS Multilingual (Latin 1) • 0860 MSDOS Portuguese • 0861 MSDOS Icelandic • 0863 MSDOS Canadian French • 0865 MSDOS Nordic • 1051 Roman-8 |
DataCompression | S/T | Allows to read (Source) or write (Target) to the Micro Focus COBOL data using data compression (CBLDC001). If set to True, compression is used. If set to False, compression is not used. The default value is False. |
FileType | S/T | Allows to read or write the data to any of the five types of Micro Focus COBOL file formats. The available file format options are: • Line Sequential • Sequential • Relative • Indexed • Unknown The default file format is Line Sequential for source and target. Note: If the file format for source is Indexed file, then this property is ignored as the connector detects indexed type. Otherwise, you must set FileType. Map Editor creates a data file that is indexed only on the first Target field (by default). You cannot use Map Editor to further index the target file. To further index, use the application that is using the Micro Focus COBOL record manager. Note: The Unknown file type property is used when you do not know the type (organization) of the file. Micro Focus COBOL uses the correct organization type during run time. |
InsertNulls | S/T | If set to True, Map Editor uses Null characters to escape control characters in Line Sequential files. The default value is True. |
InsertTabs | S/T | If set to True, allows Map Editor to support tab insertion in Line Sequential Micro Focus COBOL files. The default value is False. |
Record Mode | T | Allows to record the recording mode. Recording mode is a part of MF FCD structure and indicates if the record is fixed or variable. The options are: • Fixed • Variable To write a variable-length in Micro Focus COBOL file, change the setting to Variable. The default setting is Fixed. Note: Map Editor reads fixed and variable-length files automatically when Micro Focus COBOL is the source connector. |