- 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 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)
-