java.lang.Object
com.ibm.jzos.sample.ZFilePrint
Sample program that prints an EBCDIC MVS dataset pointed to by //INPUT DD
to System.out (stdout).
The dataset is opened using the ZFile class in record mode. Note that "noseek" is used so that the file is opened in sequential mode, which dramatically increases I/O performance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZFilePrint
public ZFilePrint()
-
-
Method Details
-
main
- Throws:
Exception
-