Package com.ibm.jzos.sample.dfsort

Class Summary
DfSortArguments Helper class for parsing key=value pair arguments into a usable form for the DFSORT sample programs.
DfSortFixedDatasetToFixedDataset This example creates an instance of DfSort to sort an existing Dataset and write the result to an existing dataset.
DfSortFixedDatasetToJava This example creates an instance of DfSort to sort an existing Dataset and read the sort output into Java.
DfSortFixedJavaToDataset This example creates an instance of DfSort to sort fixed record data generated by java and store the output in a Dataset.
DfSortVariableDatasetToJava This example creates an instance of DfSort to sort an existing Dataset and read the sort output.
DfSortVariableDatasetToVariableDataset This example creates an instance of DfSort to sort an existing Dataset and write the result to an existing dataset.
DfSortVariableJavaToDataset This example creates an instance of DfSort to sort variable record data generated by java and store the output in a Dataset.
DsInfo Helper class for DFSORT samples.