Rational Developer for System z

ImportPropertyArray

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.

Contained by

Contains

ImportProperty

Attributes

Fields Description

Attribute: type
Valid values: COBOL
Required?: Yes
Default value: COBOL

Specifies the programming language.
Note: COBOL is the currently supported value. Other values are reserved for future use.

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>

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)