com.ibm.jzos.sample.nonvsam.file

Class CreateFileLike

  • java.lang.Object
    • com.ibm.jzos.sample.nonvsam.file.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 and Description
      CreateFileLike() 
    • Method Summary

      Methods 
      Modifier and Type Method and 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)
© Copyright IBM Corporation 2005, 2014.