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!
Input:
40000000
02600004
I need to format this as:
4002060000000004
Thanks in anticipation!