Use this element to specify the programming language for
the file to be imported and as the container for import properties.
You can use this element in the ServiceSpecification.xml document
to override the programming language that you set in PlatformProperties.xml.
If you want to generate language converters, you are required to specify
this element in the PlatformProperties.xml document.
Contains
ImportProperty
Attributes
| Fields |
Description |
Attribute: type
Valid values: COBOL | Pli
Required?: Yes
Default value: COBOL
|
Specifies the programming language. |
Example
<ImportPropertyArray type="Cobol">
<ImportProperty name="com.ibm.etools.cobol.COBOL_TRUNC" value="STD"/>
<ImportProperty name="com.ibm.etools.cobol.COBOL_NSYMBOL" value="DBCS"/>
<ImportProperty name="com.ibm.etools.cobol.COBOL_QUOTE" value="DOUBLE"/>
</ImportPropertyArray>