public class DsInfo
extends java.lang.Object
Constructor and Description |
---|
DsInfo(java.lang.String dsn)
Construct a new instance on an (unqualified) MVS dataset name
|
Modifier and Type | Method and Description |
---|---|
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
|
public DsInfo(java.lang.String dsn) throws ZFileException
dsn
- the dateset nameZFileException
- if unable to open the datasetpublic java.lang.String getDsn()
public java.lang.String getFullyQualifiedDsn()
public java.lang.String getZFileDsn()
public int getLrecl()
public boolean isFixedRecfm()
public boolean isVariableRecfm()