com.ibm.jzos.sample.dfsort
Class DfSortVariableJavaToDataset

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

public class DfSortVariableJavaToDataset
extends java.lang.Object

This example creates an instance of DfSort to sort variable record data generated by java and store the output in a Dataset.

Arguments (supplied as key=value pairs):

sortout=<dsn>
The name of a RECFM=V dataset to receive the sorted data. Supplied to DFSORT as SORTOUT.
numrecs=<nn>
The number of records to generate.
[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.

Concepts illustrated:


Constructor Summary
DfSortVariableJavaToDataset()
           
 
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

DfSortVariableJavaToDataset

public DfSortVariableJavaToDataset()
Method Detail

main

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