PowerScript and .NET do not allow the same range of values for decimal datatypes. The maximum value allowed in the .NET environment is 79228162514264337593543950335.The minimum value allowed is -18446744078004518913. Conversion to the decimal datatype fails if it exceeds these values in a .NET application or component. [CR 496381]