I got a specification for a report format I need to understand. It is explained using some Cobol stuff, but I've never read Cobol and noone else around can help me.
Can anyone explain how to parse:
Pic -(10)9,99
How many bytes is it? What is a valid value?
After reading an old Cobol book I thought it was 14 bytes and a valid value was "-1234567890,00", but that doesnt look right...
Can anyone explain how to parse:
Pic -(10)9,99
How many bytes is it? What is a valid value?
After reading an old Cobol book I thought it was 14 bytes and a valid value was "-1234567890,00", but that doesnt look right...