Class CreateFileLike


  • public class CreateFileLike
    extends java.lang.Object
    Sample program that uses BPXWDYN to dynamically allocate a new dataset with the same attributes as a given dataset. The names of the source and target datasets are given as arguments.
    Since:
    2.4.0
    See Also:
    ZFile
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateFileLike()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void create​(java.lang.String newFilename, java.lang.String modelFilename)  
      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

      • CreateFileLike

        public CreateFileLike()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • create

        public static void create​(java.lang.String newFilename,
                                  java.lang.String modelFilename)