The XML Converters tab allows you
to specify identification attributes and character encodings.
This tab contains the following fields:
- In the Specify identification attributes group:
- Converter program name prefix:
- Type the stem of the program name that is included in the IDENTIFICATION
DIVISION of each generated COBOL program. If you type ACCT, for example,
the wizard identifies the input converter program as ACCTI, the output
converter program as ACCTO, and the driver as ACCTD.
- Author name:
- Type the value to be included in the AUTHOR paragraph of each
generated COBOL program.
- In the Specify Enterprise COBOL for z/OS properties group:
- Compiler Level:
- Type the value of a specific level of the Enterprise COBOL compiler.
- XMLPARSE option:
- Type the value of the XML parser selected for the COBOL XML PARSE
statement.
This option is valid only if Compiler Level is
set to 4.1 or higher.
- Optimization
- Select whether the optimization option is enabled for the COBOL
compiler. When the check box is selected, the COBOL compiler uses
optimization in generating runtime code from COBOL source code.
If
you are trying to debug a compile error in your COBOL source code,
it is a good idea to clear this check box and recompile. Without optimization
turned on, it is easier to determine which part of the COBOL source
code is causing the error.
- In the Specify character encodings group:
- XML code page:
- Select the code page for encoding the XML data.
This setting is used by the generated converter program depending
on whether your application expects to process or produce XML.
- Host code page:
- Select the code page for the z/OS® host system. This code page is used in
the generated converter program to encode the language character data.