We are trying to convert data from a DEC VMS Cobol-like language. Most of the numeric fields (i.e.ic 999 or pic s9(7)V99) have a usage clause of COMP-2.
We cannot break the code problem trying to decipher these fields. We understand that they might be 4 or 8 byte binary and have tried just about every scheme of binary deciphering we know of.
Has anyone ever worked with the data type and if so could you please explain how it stores the data in a record?
Thanks in advance for any advice.
We cannot break the code problem trying to decipher these fields. We understand that they might be 4 or 8 byte binary and have tried just about every scheme of binary deciphering we know of.
Has anyone ever worked with the data type and if so could you please explain how it stores the data in a record?
Thanks in advance for any advice.