IBM Z/Series packed and zone decimal conversion routines in Java. Demo program include with code usage sample.
Features
- Sample code
Categories
Data FormatsLicense
Apache License V2.0Follow ZDecimalJava
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi, could you please tell me why this code is giving not correct output for 154.10 while doing stringtopack. When I send it to mainframe and open it with copybook its showing 254.10. Could you please take a look.Reply from ZDecimalJava
-
Thank you for the code, though I don't actually write anything any Java current. But it did port over to C# fairly easily. I needed it for a project at work, but I've made the library available on SourceForge under the same license. ZDecimal (C#) project name: zdecimalcsharp
-
Zdecimal works good.
-
Helpful utility but some of the class methods need to be fixed, Some of them modify the parameter passed Example : ZoneDec .zoneToLong(byte[] bytearray) This method modifies the byte array. It converts a negative number to a positive number For a negative number calling it twice with the same byte array gives different result.Reply from ZDecimalJava