114 Java Stand-alone Applications on z/OS Volume II
7.3 Usage examples
In the following sections we provide a number of samples using the JZOS toolkit
APIs.
In 7.3.1, “Copying members of a data set using JZOS FileFactory” on
page 114 and 7.3.2, “Copying members of a data set using ZFile” on
page 117, we show how you can copy members of an MVS data set.
In 7.3.3, “BPXWDYN” on page 118, we show an example of how to call a
callable service called BPXWDYN.
In “Virtual Sequential Access Method (VSAM) overview” on page 120, we
explain how to work with VSAM files.
7.3.1 Copying members of a data set using JZOS FileFactory
The example program in Example 7-1 on page 115 uses the JZOS toolkit API to
copy all members of one data set into a new data set ...