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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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