Interface ITaskHistoryCollection

    • Method Detail

      • getStatus

        ITaskHistoryCollection.StatusValue getStatus()
        Getter for field STATUS

        History recorder status

        Identifies whether or not the historical data recorder task is in any of the following states:

        • ACTIVE - The MAS history recorder is available to record task records.
        • INACTIVE - The MAS history recorder is not available to record task records.
        • SUSPEND - The MAS history recorder has been temporarily prevented from recording task records.
        • SUSPENDING - The MAS history recorder is going into a SUSPEND status. Task records are no longer being recorded. The recorder STATUS field will change to SUSPEND when the recorder receives the next task record.
        • RESUMING - The MAS history recorder is starting to record task records again. The recorder STATUS field will change to ACTIVE when the recorder receives the next task record.
      • getReason

        ITaskHistoryCollection.ReasonValue getReason()
        Getter for field REASON

        History reason code

        Reason code from the historical data recorder task. Values are:

        • IOERROR - An unexpected error occurred while reading from the EYUHISTx datasets. This may be because of a problem with the file definitions, or because of a problem with a query to the CICSPlex SM EYUPARMs relating to the MAS history recorder function.
        • INVALIDFILE - One or more attributes for the EYUHISTx datasets are unacceptable for the MAS history recorder function.
        • OK - The MAS history recorder is operational.
        • NOTAVAILABLE - The MAS history recorder requires at least two EYUHISTx history datasets before becoming available for history recording.
      • getCreccnt

        java.lang.Long getCreccnt()
        Getter for field CRECCNT

        Number of records on current data set

        The number of records in the current history data set.

      • getCwrapcnt

        java.lang.Long getCwrapcnt()
        Getter for field CWRAPCNT

        Number of times current data set has wrapped

        The number of times the current history data set has wrapped. The data set wraps when it is full.

      • getHdscount

        java.lang.Long getHdscount()
        Getter for field HDSCOUNT

        Number of History data sets

        The number of history data sets available.

      • getCdssuf

        java.lang.String getCdssuf()
        Getter for field CDSSUF

        Current data set suffix

        The suffix of the current VSAM KSDS data set containing historical data for the CICS region

      • getTaskno

        java.lang.String getTaskno()
        Getter for field TASKNO

        Task ID of Current Recorder

        The ID of the history recorder task .

      • getReserved1

        java.lang.String getReserved1()
        Getter for field RESERVED1

        Reserved area for expansion

      • getReserved2

        java.lang.Long getReserved2()
        Getter for field RESERVED2

        Reserved area for expansion

      • getReserved3

        java.lang.Long getReserved3()
        Getter for field RESERVED3

        Reserved area for expansion

      • getReserved4

        java.lang.Long getReserved4()
        Getter for field RESERVED4

        Reserved area for expansion

      • getReserved5

        java.lang.Long getReserved5()
        Getter for field RESERVED5

        Reserved area for expansion

      • getReserved6

        java.lang.Long getReserved6()
        Getter for field RESERVED6

        Reserved area for expansion