Page 1 of 1

Hexadecimal to Char

Posted: Thu Jul 28, 2005 5:52 pm
by anilkona
I am trying to convert Hexadecimal value to Char.

The Hexadecimal value for example is in the format '4040404040404040F1F0F1F9' which is equivalent to ' 1019'.

I tried using OConv with codes "MCXD", "MCX".

Any ideas?

Thanks,
-Anil

Posted: Thu Jul 28, 2005 6:20 pm
by chulett
Umm... that's not hex, that's EBCDIC.

Posted: Thu Jul 28, 2005 10:11 pm
by ray.wurlod
If that's EBCDIC you need the ASCII() function, and not to have NLS enabled.