PowerCenter
- PowerCenter 10.5
- All Products
Property
| Required/
Optional
| Description
|
|---|---|---|
Model | Required | Source model defined on the Models worksheet that includes the source column that you want to transform with the rule. |
Parameter Name | Required | Name of the input parameter. The PowerCenter Repository Service assigns this value to a Java transformation input port. |
Parameter Description | Optional | Description of the input parameter. The PowerCenter Repository Service does not import this value. |
Parameter Datatype | Required | Datatype of the input parameter. Select one of the following options:
|
Parameter Length | Required | Length of the input parameter. The PowerCenter Repository Service assigns this value to the precision of the Java transformation input port. |
Parameter Scale | Required | Scale of the input parameter. The PowerCenter Repository Service assigns this value to the scale of the Java transformation input port. |
Parameter Value | Optional | Value that the input parameter must have to meet the rule condition. If you selected a domain name for the datatype, the mapping specification displays a list of all possible domain values defined on the Enumerations worksheet. If blank, all values of the input parameter meet the rule condition. The value can contain any of the following:
The expression must include Java supported operators. The PowerCenter Repository Service uses this value to create an if statement in the Java code of the Java transformation. |