public class DfSortArguments
extends java.lang.Object
An instance of DfSortArguments is constructed with the String[] arguments
in the form
DsInfo getSortinDataset() from: "sortin=dsn"DsInfo getSortoutDataset() from: "sortout=dsn"boolean isSameAddressSpace() from: "shareas=yes/no"String getEncoding() from: encoding=valueint getLrecl() from: lrecl=nnnint getNumrecs() from: numrecs=mmmint getLogLevel() from: loglevel=n
| Constructor and Description |
|---|
DfSortArguments(java.lang.String[] args)
Construct and parse a list of arguments as described by the class description.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding()
Answer an encoding name for encoding/decoding logical records.
|
int |
getLogLevel()
Answer the logging level to use for the child process.
|
int |
getLrecl()
Answer the LRECL used for the sample.
|
int |
getNumrecs()
Answer the number of records to be used/generated by the sample.
|
DsInfo |
getSortinDataset()
Answer a description of the sortin dataset.
|
DsInfo |
getSortoutDataset()
Answer a description of the sortout dataset.
|
boolean |
isSameAddressSpace()
Answer true if DFSORT should be spawned in the same address space.
|
public DfSortArguments(java.lang.String[] args)
throws ZFileException
args - an array of key=value argumentsZFileException - if a dataset cannot be openedpublic DsInfo getSortinDataset()
public DsInfo getSortoutDataset()
public boolean isSameAddressSpace()
public java.lang.String getEncoding()
public int getLrecl()
public int getNumrecs()
public int getLogLevel()