Class Summary |
CatalogSearchSample |
Sample program that uses CatalogSearch, LOCATE and OBTAIN to display information about
datasets matching a filter key. |
DynallocCopyDataset |
Sample program that uses BPXWDYN to dynamically allocate a new dataset
with the same attributes as a given dataset, and then copy the
original to the new dataset. |
FileFactoryCopy |
Sample program that uses the FileFactory class to copy a text file or dataset. |
HelloWorld |
Simple class that says hello on System.out and System.err |
MvsConsoleInteraction |
This sample shows how JZOS can be used to interact with the MVS console. |
MvsConsoleWrapper |
This sample demonstrates a main program that can be used
to wrap another main program while redirecting System.in and
System.out to the MVS console. |
MvsJob |
Simple bean which holds an MVS jobname and id. |
MvsJobOutput |
Sample program which reads all sysout data for a MvsJob (jobname and jobid),
and writes the output to a specified Writer. |
MvsJobSubmitter |
Sample program which submits a job to the internal reader,
returning a MvsJob object containing the jobname and jobid. |
PdsLister |
Sample program that lists a PDS directory. |
PeekOSMemory |
Sample program that dumps 500 bytes from the CVT to System.out |
ShowJavaProperties |
Simple class used to display Java system properties and selected system environment variables |
StdinTester |
Simple class which reads from System.in (//STDIN DD in batch),
and copies to System.out (//STDOUT) |
ZFileCopy |
Sample program that uses the ZFile class to copy an MVS dataset in
record mode from DD INPUT to DD OUTPUT. |
ZFileKSDS |
Sample program that inserts, updates, locates, and deletes records in a VSAM
KSDS using ZFile . |
ZFilePrint |
Sample program that prints an EBCDIC MVS dataset pointed to by //INPUT DD
to System.out (stdout). |