Class Dataset


  • public class Dataset
    extends Object
    Represents a z/OS data set
    Version:
    1.0
    Author:
    Nikunj Goyal
    • Method Detail

      • getDsname

        public Optional<String> getDsname()
        Retrieve name of the dataset
        Returns:
        Optional string value
      • getBlksz

        public Optional<String> getBlksz()
        Retrieve block size of the dataset
        Returns:
        Optional string value
      • getCatnm

        public Optional<String> getCatnm()
        Retrieve catnm of the dataset
        Returns:
        Optional string value
      • getCdate

        public Optional<String> getCdate()
        Retrieve creation date of the dataset
        Returns:
        Optional string value
      • getDev

        public Optional<String> getDev()
        Retrieve dev of the dataset
        Returns:
        Optional string value
      • getDsntp

        public Optional<String> getDsntp()
        Retrieve dsntp of the dataset
        Returns:
        Optional string value
      • getDsorg

        public Optional<String> getDsorg()
        Retrieve dsorg of the dataset
        Returns:
        Optional string value
      • getEdate

        public Optional<String> getEdate()
        Retrieve edate of the dataset
        Returns:
        Optional string value
      • getExtx

        public Optional<String> getExtx()
        Retrieve extx of the dataset
        Returns:
        Optional string value
      • getLrectl

        public Optional<String> getLrectl()
        Retrieve lrectl of the dataset
        Returns:
        Optional string value
      • getMigr

        public Optional<String> getMigr()
        Retrieve migr of the dataset
        Returns:
        Optional string value
      • getMvol

        public Optional<String> getMvol()
        Retrieve mvol of the dataset
        Returns:
        Optional string value
      • getOvf

        public Optional<String> getOvf()
        Retrieve ovf of the dataset
        Returns:
        Optional string value
      • getRdate

        public Optional<String> getRdate()
        Retrieve rdate of the dataset
        Returns:
        Optional string value
      • getRecfm

        public Optional<String> getRecfm()
        Retrieve recfm of the dataset
        Returns:
        Optional string value
      • getSizex

        public Optional<String> getSizex()
        Retrieve sizex of the dataset
        Returns:
        Optional string value
      • getSpacu

        public Optional<String> getSpacu()
        Retrieve spacu of the dataset
        Returns:
        Optional string value
      • getUsed

        public Optional<String> getUsed()
        Retrieve used of the dataset
        Returns:
        Optional string value
      • getVol

        public Optional<String> getVol()
        Retrieve volume of the dataset
        Returns:
        Optional string value
      • toString

        public String toString()
        String representation of the Dataset object
        Overrides:
        toString in class Object
        Returns:
        string value