IBM InfoSphere DataStage, Version 11.3.1
XTD function
Syntax
XTD (string)
Description
Use the XTD function to convert a string of hexadecimal characters to an integer. If string evaluates to the null value, null is returned.
Example
Y = "0019"
Z = XTD (Y)
PRINT Z
This is the program output:
25
Last updated: 2015-03-09
PDF version of this information: