ConverterSpecIn
Use this element of the ServiceSpecification.xml document to specify the generation options for the request converter.
Contained by
XseSpecContains
NoneAttributes
Table 1 shows the attributes for ConverterSpecIn.
| 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 "I" |
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 "I" |
Attribute: suppressGeneration
Valid values: true | false Required?: No Default value: false |
Indicates whether or not to suppress generation of the compiled request XML converter. |
Example
<ConverterSpecIn fileName="DFH0CSTDI.cbl" overwrite="true" programName="XCNVI"/>