See: Description
| Class | Description |
|---|---|
| CopyFile |
This sample demonstrates how to copy data from one file to
another, appending to the second file if it already exists.
|
| CreateFile |
This sample demonstrates how to create a file with default
attribute values.
|
| CreateFileLike |
Sample program that uses BPXWDYN to dynamically allocate a
new dataset with the same attributes as a given dataset.
|
| CreateFileWithFileAttributes |
This sample demonstrates how to create a non-VSAM
MVS sequential dataset with specific file attributes.
|
| DeleteFile |
This sample demonstrates how to delete a file.
|
| GetFileAttributes |
This sample demonstrates how to retrieve file attributes.
|
| RandomAccessFile |
This sample demonstrates how to randomly access a file.
|
| ReadFile |
This sample demonstrates how to read a file sequentially.
|
| RenameFile |
This sample demonstrates how to rename a file.
|
| WriteFile |
This sample demonstrates how to write data to a file sequentially.
|
For more information, refer to the documentation and samples available on the JZOS Java Launcher and Toolkit Overview web site.