Class demo

java.lang.Object
  extended by demo

public class demo
extends java.lang.Object

Demonstration program for the zdecimal package. Remember not to translate the packed or zone decimal numbers when changing code pages. Most COBOL complires have options that show the offset of each field in a structure. Use the listing to determine the field offsets. JRIO and CICS are registered trademarks of IBM corporation.

Version:
3.1
Author:
zdecimal [ at ] benjaminjwhite.name

Constructor Summary
demo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the ZDecimalJava Demonstration Program
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

demo

public demo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs the ZDecimalJava Demonstration Program

Parameters:
args - NONE
Throws:
java.lang.Exception