com.ibm.jzos.sample
Class ZFileCopy
- java.lang.Object
-
- com.ibm.jzos.sample.ZFileCopy
-
public class ZFileCopy extends java.lang.ObjectSample program that uses the ZFile class to copy an MVS dataset in record mode from DD INPUT to DD OUTPUT. Note that "noseek" is used so that the file is opened in sequential mode, which dramatically increases I/O performance.- See Also:
ZFile
-
-
Constructor Summary
Constructors Constructor and Description ZFileCopy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-