Hi,

In COBOL, I want to insert a '0' at the second last place in the account field. My account field is 11 bytes and I need to make it to 12 bytes in order to match certain criteria. How can I do...