com.ibm.jzos.sample.dfsort
Class DfSortVariableDatasetToVariableDataset

java.lang.Object
  extended by com.ibm.jzos.sample.dfsort.DfSortVariableDatasetToVariableDataset

public class DfSortVariableDatasetToVariableDataset
extends java.lang.Object

This example creates an instance of DfSort to sort an existing Dataset and write the result to an existing dataset.

Arguments (supplied as key=value pairs):

sortin=<dsn>
The name of a RECFM=V dataset to sort. Supplied to DFSORT as SORTIN.
sortout=<dsn>
The name of a RECFM=V dataset to received the sorted data. Supplied to DFSORT as SORTOUT.
[shareas=<yes | no>]
Determines that address space for DFSORT. If yes, DFSORT will run in the same address space as the JVM. If no, it will run in a separate address space.

Features illustrated:


Constructor Summary
DfSortVariableDatasetToVariableDataset()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DfSortVariableDatasetToVariableDataset

public DfSortVariableDatasetToVariableDataset()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception