How does cobol stores the implied decimal point data items. I mean how will be location of decimal value get stored.
eg:
99V99 4 bytes are stored
99.99 5 bytes are stored ...
in assumed decimal point(99V99) declaration ,,how does cobol stores the location of decimal point.