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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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