com.ibm.jzos.sample
Class DynallocCopyDataset

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

public class DynallocCopyDataset
extends java.lang.Object

Sample program that uses BPXWDYN to dynamically allocate a new dataset with the same attributes as a given dataset, and then copy the original to the new dataset. The name of the source dataset and target dataset names are given as arguments.

See Also:
ZFile.bpxwdyn(String)

Constructor Summary
DynallocCopyDataset()
           
 
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

DynallocCopyDataset

public DynallocCopyDataset()
Method Detail

main

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