I have a requirement where I need to hardcode the hex-decimal value x'FF' in datastage transformer where the column length is "1". Could any help me how to achieve this ?
Thanks, Siva
I have a requirement where I need to hardcode the hex-decimal value x'FF' in datastage transformer where the column length is "1". Could any help me how to achieve this ?
Thanks, Siva
The Char() function returns the character whose ASCII value is the argument. Therefore: Char(255)