com.ibm.jzos.sample
Class ZFileCopy

java.lang.Object
  extended by com.ibm.jzos.sample.ZFileCopy

public class ZFileCopy
extends java.lang.Object

Sample program that uses the ZFile class to copy an MVS dataset in record mode from DD INPUT to DD OUTPUT. Note that "noseek" is used so that the file is opened in sequential mode, which dramatically increases I/O performance.

See Also:
ZFile

Constructor Summary
ZFileCopy()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZFileCopy

public ZFileCopy()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception