Hi,
May i know that how can i convert the hex value to ascii value using cobol.
Thanks You.
Hi,
May i know that how can i convert the hex value to ascii value using cobol.
Thanks You.
Hi,
May i know that how can i convert the hex value to ascii value using cobol.
Thanks You.
According to the documentation you can use "HEX2ASCII".
CALL "HEX2ASCII"
USING ASCII-VALUE, HEX-VALUE
ASCII-VALUE PIC X(2) The ASCII representation of a unit of data.
HEX-VALUE PIC X(4) The hexadecimal value.
Hi,
May i know that how can i convert the hex value to ascii value using cobol.
Thanks You.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.