com.ibm.jzos.sample.nonvsam.file
Class CreateFileLike
- java.lang.Object
-
- com.ibm.jzos.sample.nonvsam.file.CreateFileLike
-
public class CreateFileLike extends java.lang.ObjectSample 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
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidcreate(java.lang.String newFilename, java.lang.String modelFilename)static voidmain(java.lang.String[] args)
-