I have a requirement where I have to expand BINARY to HEX through COBOL program and use that expanded field for procesing downstream in my code. Below is an example of my requirement
Input:
40000000
02600004
I need to format this as:
4002060000000004
Thanks in anticipation!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.