com.ibm.jzos.sample

Class DynallocCopyDataset

  • java.lang.Object
    • 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)
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, 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
© Copyright IBM Corporation 2005, 2014.