I'm developing an application that needs to convert a string into packed decimal format. The string to be converted is 11 chars, decimal point, then 2 chars (###########.## decimal as a string basically).I need to convert to Cobol type comp-3 to input into an old mainframe system; Does anyone have any ideas on this? Thanks