Package com.ibm.jzos.sample.nonvsam.file

Provides sample classes for using the JZOS Toolkit API on non-VSAM datasets.

See: Description

  • Class Summary 
    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.

Package com.ibm.jzos.sample.nonvsam.file Description

Provides sample classes for using the JZOS Toolkit API on non-VSAM datasets.

Related Documentation

For more information, also refer to the documentation and samples available on the IBM JZOS toolkit web site:
© Copyright IBM Corporation 2005, 2014.