I am trying to convert a double value to Packed decimal COBOL format PIC S9(5)V9(4) COMP-3/Packed decimal COBOL format PIC S9(3)V9(4) COMP-3 format in JAVA, see below example :
Double Value : 00000.6775 Converted to Packed Decimal : ^@^FS,^@
Is this conversation possible in java?