com.ibm.jzos.sample.dfsort
Class DfSortFixedDatasetToJava

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

public class DfSortFixedDatasetToJava
extends java.lang.Object

This example creates an instance of DfSort to sort an existing Dataset and read the sort output into Java.

Arguments (supplied as key=value pairs):

sortin=<dsn>
The name of a RECFM=F dataset to sort. Supplied to DFSORT as SORTIN.
[encoding=<codepage>]
The character set of the SORTIN dataset. If not supplied, binary data is assumed.
[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
DfSortFixedDatasetToJava()
           
 
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

DfSortFixedDatasetToJava

public DfSortFixedDatasetToJava()
Method Detail

main

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