We are converting a legacy system to a Java Platform. In the interim, we are sending files from legacy to a distributed server running Java. We are encountering an issue with packed fields. The COBOL (EBCDIC) COMP-3 fields have to be manipulated to BINARY then ASCII. However, when send the file back up to mainframe or transferring the file to a legacy system for further processing, the conversion back to packed becomes cumbersome and repetitive.
Is anyone aware of a process or function that can help with this type of manipulation more seamlessly. We have all ready looked into Velocidata and it has it's challenges as well.