Information icon IBM InfoSphere DataStage and InfoSphere QualityStage, Version 8.5
space Feedback

Xtd Function

Converts a hexadecimal string to decimal.

Syntax

Xtd (string)

string is the numeric string you want to convert.

Example

This is an example of the Xtd function used to convert a decimal number to a hexadecimal string representation:

MyHex = "2F"
MyNumber = Xtd(MyHex)     ;* returns 47

PDFThis topic is also in the IBM InfoSphere DataStage Server Job Developer's Guide.

Update timestamp Last updated: 2010-09-30