Rational Developer for System z

ConverterSpecOut

Use this element of the ServiceSpecification.xml document to specify the generation options for theresponse converter.

Contained by

XseSpec

Contains

None

Attributes

Table 1 shows the attributes for ConverterSpecOut.

Table 1. Attribute Specifications for ConverterSpecOut
Fields Description

Attribute: fileName
Valid values: See Description
Required?: No
Default value: See Description

Specifies the name of the output file.

The default value is: Data source file name concatenated with "O"

Attribute: overwrite
Valid values: true | false
Required?: No
Default value: true

Specifies whether to overwrite the output file if it exists.

Attribute: programName
Valid values: See Description
Required?: No
Default value: See Description

Specifies the program name of the main program entry.

The default value is: Value of the CodegenProperty GEN_PROG_NAME concatenated with "O"

Attribute: suppressGenration
Valid values: true | false
Required?: No
Default value: false

Indicates whether or not to suppress generation of the response compiled XML converter.

Example

<ConverterSpecOut fileName="DFH0CSTDO.cbl"
                           overwrite="true" programName="XCNVO"/> 

Feedback