|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.sample.dfsort.DsInfo
public class DsInfo
Helper class for DFSORT samples. Used to open a dataset using ZFile and retrieve attributes from it.
Constructor Summary | |
---|---|
DsInfo(java.lang.String dsn)
Construct a new instance on an (unqualified) MVS dataset name |
Method Summary | |
---|---|
java.lang.String |
getDsn()
Answers the given unqualified DSN |
java.lang.String |
getFullyQualifiedDsn()
Answers the fully qualified DSN |
int |
getLrecl()
Answers the datasets LRECL |
java.lang.String |
getZFileDsn()
Answers the fully-qualified, //-quoted, DSN |
boolean |
isFixedRecfm()
Answers true if the dataset has fixed length records |
boolean |
isVariableRecfm()
Answers true if the dataset has variable length records |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DsInfo(java.lang.String dsn) throws ZFileException
dsn
- the dateset name
ZFileException
- if unable to open the datasetMethod Detail |
---|
public java.lang.String getDsn()
public java.lang.String getFullyQualifiedDsn()
public java.lang.String getZFileDsn()
public int getLrecl()
public boolean isFixedRecfm()
public boolean isVariableRecfm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |