B
Bill
I have a decimal value that needs to be written to a file for input into a
COBOL program. The format of the COBOL input value is 9(9)V99. IOW, this is
an eleven byte field with an implied decimal. Thus a decimal value of 109.52
would need to be formatted as 00000010900.
What is the most efficient way of doing this?
COBOL program. The format of the COBOL input value is 9(9)V99. IOW, this is
an eleven byte field with an implied decimal. Thus a decimal value of 109.52
would need to be formatted as 00000010900.
What is the most efficient way of doing this?