I am working on a project which deals with conversion of COMP fields of COBOL to decimal, in SQL Server Integration Service (SSIS).
I am able to convert COMP-3 fields (Hexa-decimal representation) using the DLL provided by microsoft, called UnpackDecimal.dll.
But I am unable to convert the COMP field (binary representation) using the same DLL.
So please help me on this as i am in great need of it.
If some one could give me a DLL which can convert both COMP-3 and COMP, i would be very grateful to you.
Thanks,
Krishna Kumar