Interface ICMASDetails

    • Method Detail

      • getBastrace

        java.lang.String getBastrace()
        Getter for field BASTRACE

        Business Application Services (BAS) trace flags

        Business Application Services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getName

        java.lang.String getName()
        Getter for field CMASNAME

        CMAS

        The name of a CMAS that is known to the local CMAS.

        Specified by:
        getName in interface ICICSObject
      • getJobName

        java.lang.String getJobName()
        Getter for field JOBNAME

        MVS job name

        The MVS job name of this CICS system.

      • getApplID

        java.lang.String getApplID()
        Getter for field APPLID

        Application ID

        The CICS application ID of the CMAS

      • getMVSLoc

        java.lang.String getMVSLoc()
        Getter for field MVSLOC

        MVS system ID

        The SMF ID of the MVS system where this CICS is running.

      • getSysID

        java.lang.String getSysID()
        Getter for field SYSID

        CICS system ID

        The CICS system ID of the CMAS.

      • getCasID

        java.lang.String getCasID()
        Getter for field CASID

        Local coordinating address space (CAS) ID

        The subsystem name of the CAS to which the CMAS is connected.

      • getCpsmver

        java.lang.String getCpsmver()
        Getter for field CPSMVER

        CPSM version of CMAS

        The 4-character number of a valid CICSPlex SM release, such as 0320 for CICS Transaction Server for z/OS, Version 3 Release 2

      • getStrttime

        java.util.Date getStrttime()
        Getter for field STRTTIME

        Local time at which CMAS was started

        The time at which this run of CICS started.

      • getCputime

        java.lang.String getCputime()
        Getter for field CPUTIME

        Total CPU time used

        The amount of CPU time, in seconds, used by this CICS since startup.

      • getPagein

        java.lang.Long getPagein()
        Getter for field PAGEIN

        Number of page-in requests

        The number of page-in requests made by the CMAS since startup.

      • getPageout

        java.lang.Long getPageout()
        Getter for field PAGEOUT

        Number of page-out requests

        The number of page-out requests made by the CMAS since startup.

      • getRealstg

        java.lang.Long getRealstg()
        Getter for field REALSTG

        Real storage in use

        The number of 1 kilobyte frames of real storage currently in use by the CMAS.

      • getFreeossbcnt

        java.lang.Long getFreeossbcnt()
        Getter for field FREEOSSBCNT

        Number of CPSM program-working-storage blocks free

        The number of free CICSPlex SM program-working-storage blocks

      • getFreeossbuse

        java.lang.Long getFreeossbuse()
        Getter for field FREEOSSBUSE

        Number of times free working-storage blocks used

        The number of times free working-storage blocks have been used.

      • getGetmainossb

        java.lang.Long getGetmainossb()
        Getter for field GETMAINOSSB

        Number of GETMAINs for working-storage blocks

        The number of requests for main storage related to working-storage blocks.

      • getVtamacb

        ICMASDetails.VtamacbValue getVtamacb()
        Getter for field VTAMACB

        VTAM ACB open status

        The status of the VTAM ACB. Options are OPEN, CLOSED, IMMCLOSE, FORCECLOSE, CLOSING, IMMCLOSING, FORCECLOSING.

      • getIrcstatus

        ICMASDetails.IrcstatusValue getIrcstatus()
        Getter for field IRCSTATUS

        Interregion communication status

        Indicates whether the interregion communication (IRC) facility is open or closed. The values are:

        • Closed - Interregion communication for this CICS system is terminated after tasks using the session have terminated normally.
        • Open - Interregion communication for this CICS system is initialized. This allows connections to be established between this system and other systems.
      • getDrepstatus

        ICMASDetails.DrepstatusValue getDrepstatus()
        Getter for field DREPSTATUS

        Data repository status

        The status of the data repository. Options are: OPEN, CLOSED, OPENING, CLOSING, CLOSEREQUEST.

      • getSystemstatus

        ICMASDetails.SystemstatusValue getSystemstatus()
        Getter for field SYSTEMSTATUS

        System trace status

        The status of the system main trace flag. Options are SYSTEMON, or SYSTEMOFF.

      • getUserstatus

        ICMASDetails.UserstatusValue getUserstatus()
        Getter for field USERSTATUS

        User trace status

        The status of the user main trace flag. Options are USERON or USEROFF.

      • getAuxstatus

        ICMASDetails.AuxstatusValue getAuxstatus()
        Getter for field AUXSTATUS

        Auxiliary trace status

        Indicates whether auxiliary tracing is active; that is, whether trace entries are being written to an auxiliary trace data set. Options are:

        • AUXPAUSE - auxiliary tracing is not currently active, but was earlier in the current execution of CICS. It was suspended with a SET TRACEDEST AUXPAUSE command (or the CEMT equivalent). The current auxiliary trace data set has been left open, and a subsequent SET TRACEDEST AUXSTART command will cause trace entries to be written immediately following those that were written before the AUXPAUSE request.
        • AUXSTART - auxiliary tracing is active.
        • AUXSTOP - auxiliary tracing is not active (the current trace data set, if any, is closed).
      • getAuxswitch

        ICMASDetails.AuxswitchValue getAuxswitch()
        Getter for field AUXSWITCH

        Auxiliary trace switch status

        The action that CICS is to take when the active auxiliary trace data set fills. If there are two data sets, CICS can switch them automatically when this occurs. Switching involves closing the current active data set, opening the standby, and reversing the designation of which is active and standby. Without automatic switching, auxiliary tracing is stopped and cannot resume without a SET TRACEDEST command or the CEMT equivalent. Options are:

        • NOSWITCH - CICS takes no action.
        • SWITCHALL - CICS is to switch data sets every time the current one is full.
        • SWITCHNEXT - CICS is to switch data sets when the current one is full, but only once; thereafter NOSWITCH is in effect.
      • getGtfstatus

        ICMASDetails.GtfstatusValue getGtfstatus()
        Getter for field GTFSTATUS

        Generalized trace facility (GTF) trace status

        Indicating whether GTF tracing is active; that is, whether CICS is directing trace entries to the MVS Generalized Trace Facility (GTF).

      • getCasstatus

        ICMASDetails.CasstatusValue getCasstatus()
        Getter for field CASSTATUS

        Coordinating address space (CAS) connection status

        The status of the connection between the CMAS and its CAS (ACTIVE, INACTIVE, WAITING or LOSTCON).

      • getTotltasks

        java.lang.Long getTotltasks()
        Getter for field TOTLTASKS

        Total number of CICS tasks run in CMAS

        The number of tasks that have run in the system since the beginning of the CICS run.

      • getCurrtasks

        java.lang.Long getCurrtasks()
        Getter for field CURRTASKS

        Current number of tasks

        The current number of active user tasks in the system.

      • getAmaxtask

        java.lang.Long getAmaxtask()
        Getter for field AMAXTASK

        Maximum number of active tasks

        The maximum number of active tasks allowed in the system at one time.

      • getPeakamax

        java.lang.Long getPeakamax()
        Getter for field PEAKAMAX

        Peak number of user tasks eligible for dispatch

        The highest number of user tasks concurrently eligible for dispatching at any one time.

      • getMaxtcnt

        java.lang.Long getMaxtcnt()
        Getter for field MAXTCNT

        Number of times maximum task limit reached

        The number of times the number of tasks, both active and suspended, has reached the maximum as specified by the MAXTASK attribute.

      • getKnltrace

        java.lang.String getKnltrace()
        Getter for field KNLTRACE

        Kernel linkage trace flags

        The kernel linkage trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getTratrace

        java.lang.String getTratrace()
        Getter for field TRATRACE

        Trace services trace flags

        The trace services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getMsgtrace

        java.lang.String getMsgtrace()
        Getter for field MSGTRACE

        Message services trace flags

        The message services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getSrvtrace

        java.lang.String getSrvtrace()
        Getter for field SRVTRACE

        Common services trace flags

        The external services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getChetrace

        java.lang.String getChetrace()
        Getter for field CHETRACE

        Cache services trace flags

        The data cache manager trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getDattrace

        java.lang.String getDattrace()
        Getter for field DATTRACE

        Data repository services trace flags

        The data repository services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getQuetrace

        java.lang.String getQuetrace()
        Getter for field QUETRACE

        Queue services trace flags

        The queue services trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getComtrace

        java.lang.String getComtrace()
        Getter for field COMTRACE

        Communications trace flags

        The communications trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getToptrace

        java.lang.String getToptrace()
        Getter for field TOPTRACE

        Topology trace flags

        The topology trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getMontrace

        java.lang.String getMontrace()
        Getter for field MONTRACE

        Monitoring trace flags

        The monitoring trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getRtatrace

        java.lang.String getRtatrace()
        Getter for field RTATRACE

        Real time analysis (RTA) trace flags

        The real time analysis trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getWlmtrace

        java.lang.String getWlmtrace()
        Getter for field WLMTRACE

        Workload management trace flags

        The workload management trace flag settings.
        Alter trace flag settings only when asked to by IBM System Support center personnel.

      • getMaxtask

        java.lang.Long getMaxtask()
        Getter for field MAXTASK

        Maximum number of active and suspended tasks

        The maximum number of tasks, both active and suspended, allowed in the system at one time. Input Values: 32 - 2000

      • getTimezone

        java.lang.String getTimezone()
        Getter for field TIMEZONE

        CMAS time zone

        A one-character code from A to Z that identifies the time zone associated with the CMAS. These codes represent the ID of each of the 24 standard international time zones. Starting with Z, which is Greenwich Mean Time (GMT), and moving backwards through the alphabet, the codes represent time zones to the west of GMT.

      • getZoneoffs

        java.lang.Long getZoneoffs()
        Getter for field ZONEOFFS

        CMAS time zone offset

        The number of minutes, between 0 and 59, that are to be added to the specified time zone. This adjustment is used to resolve time references in areas that do not use a standard zone.

      • getDrepdsn

        java.lang.String getDrepdsn()
        Getter for field DREPDSN

        Data repository data set name

        The name of VSAM data set where system configuration and definition data is stored.

      • getMonmconn

        java.lang.Long getMonmconn()
        Getter for field MONMCONN

        Number of pending connection-monitoring queues

        The number of transient connection monitoring queues in a disable pending state.

      • getMonmfile

        java.lang.Long getMonmfile()
        Getter for field MONMFILE

        Number of pending file-monitoring queues

        The number of file monitoring queues in a disable pending state.

      • getMonmjrnl

        java.lang.Long getMonmjrnl()
        Getter for field MONMJRNL

        Number of pending journal-monitoring queues

        The number of journal monitoring queues in a disable pending state.

      • getMonmprog

        java.lang.Long getMonmprog()
        Getter for field MONMPROG

        Number of pending program-monitoring queues

        The number of program monitoring queues in a disable pending state.

      • getMonmterm

        java.lang.Long getMonmterm()
        Getter for field MONMTERM

        Number of pending terminal-monitoring queues

        The number of terminal monitoring queues in a disable pending state.

      • getMonmtran

        java.lang.Long getMonmtran()
        Getter for field MONMTRAN

        Number of pending transaction-monitoring queues

        The number of transaction monitoring queues in a disable pending state.

      • getMonmtdq

        java.lang.Long getMonmtdq()
        Getter for field MONMTDQ

        Number of pending TD-monitoring queues

        The number of transient data monitoring queues in a disable pending state.

      • getMonmsys

        java.lang.Long getMonmsys()
        Getter for field MONMSYS

        Number of pending global-monitoring queues

        The number of global monitoring queues in a disable pending state.

      • getDaylight

        ICICSEnums.YesNoValue getDaylight()
        Getter for field DAYLIGHT

        Daylight saving time

        Indicates whether or not the specified time zone is currently recognizing daylight saving time.

      • getMaxstcb

        java.lang.Long getMaxstcb()
        Getter for field MAXSTCB

        Maximum number of STCBs allocated

        The maximum number of server-client control blocks allowed in the system at one time.

      • getNetvppi

        ICMASDetails.NetvppiValue getNetvppi()
        Getter for field NETVPPI

        Netview PPI to be used

        Identifies whether or not the NetView program to program interface (PPI) is activated in the CMAS.

      • getNetalert

        java.lang.Long getNetalert()
        Getter for field NETALERT

        Number of Netview alerts sent

        The number of SNA generic alerts sent to NetView by the CMAS.

      • getSdump

        ICMASDetails.SdumpValue getSdump()
        Getter for field SDUMP

        System dump option

        Indicates whether or not the taking of CICS system dumps is suppressed.

      • getRodmname

        java.lang.String getRodmname()
        Getter for field RODMNAME

        Resource status facility name

        The name of the resource status facility.

      • getXcfgroup

        java.lang.String getXcfgroup()
        Getter for field XCFGROUP

        XCF group ID

        The 8-character name of the cross-system coupling facility (XCF) group of which this region is a member. If this region is not a member of an XCF group (because it has not signed on to IRC) this field contains the XCF group the region would be in if XCF were opened.

      • getMemlimit

        java.lang.Long getMemlimit()
        Getter for field MEMLIMIT

        Maximum amount of storage above the bar

        Maximum amount of above the bar storage that CICS can use.

        A value of 'N/A' means there is no limit to the amount of storage above the bar that CICS can use.

      • getSosabovebar

        ICMASDetails.SosabovebarValue getSosabovebar()
        Getter for field SOSABOVEBAR

        Short on storage status above the bar

        Indicates whether there is a short on storage condition:

        • NOTSOS - CICS is not short on storage above the bar.
        • SOS - CICS is short on storage above the bar.

      • getSosaboveline

        ICMASDetails.SosabovelineValue getSosaboveline()
        Getter for field SOSABOVELINE

        Short on storage status above the line

        Indicates whether there is a short on storage condition:

        • NOTSOS - CICS is not short on storage above the line.
        • SOS - CICS is short on storage above the line.

      • getSosbelowline

        ICMASDetails.SosbelowlineValue getSosbelowline()
        Getter for field SOSBELOWLINE

        Short on storage status below the line

        Indicates whether there is a short on storage condition:

        • NOTSOS - CICS is not short on storage below the line.
        • SOS - CICS is short on storage below the line.

      • getJobid

        java.lang.String getJobid()
        Getter for field JOBID

        MVS job ID

        The MVS job ID of this CICS system.