com.ibm.cics.model

Interface IGlobalDynamicStorageArea

    • Method Detail

      • getSmsnpagp

        java.lang.Long getSmsnpagp()
        Getter for field SMSNPAGP

        Number of page pools

        The number of DSAs in the CICS region.

      • getSmsrentpgm

        IGlobalDynamicStorageArea.SmsrentpgmValue getSmsrentpgm()
        Getter for field SMSRENTPGM

        Reentrant program protection status

        Specifies whether Reentrant Program Protection was chosen for this execution of CICS. It protects CICS loaded programs from being written to directly.

      • getSmstraniso

        IGlobalDynamicStorageArea.SmstranisoValue getSmstraniso()
        Getter for field SMSTRANISO

        Transaction isolation status

        Indicates whether or not programs that are defined with EXECKEY(USER) are protected from other EXECKEY(USER) programs from reading and writing by providing isolation of the task-lifetime storage.

      • getSmsusscur

        java.lang.Long getSmsusscur()
        Getter for field SMSUSSCUR

        Current number of unique subspace users

        The number of tasks currently allocated a unique subspace.

      • getSmsusscum

        java.lang.Long getSmsusscum()
        Getter for field SMSUSSCUM

        Total number of unique subspace users

        The total number of tasks that have been allocated a unique subspace.

      • getSmsusshwm

        java.lang.Long getSmsusshwm()
        Getter for field SMSUSSHWM

        Peak number of unique subspace users

        The peak number of tasks concurrently allocated a unique subspace.

      • getSmscsscur

        java.lang.Long getSmscsscur()
        Getter for field SMSCSSCUR

        Current number of common subspace users

        The number of tasks currently allocated to the common subspace.

      • getSmscsscum

        java.lang.Long getSmscsscum()
        Getter for field SMSCSSCUM

        Total number of common subspace users

        The total number of tasks allocated to the common subspace

      • getSmscsshwm

        java.lang.Long getSmscsshwm()
        Getter for field SMSCSSHWM

        Peak number of common subspace users

        The peak number of tasks concurrently allocated to the common subspace.

      • getSmsdsalimit

        java.lang.Long getSmsdsalimit()
        Getter for field SMSDSALIMIT

        Current DSA limit

        The current upper limit of the total amount of storage within which CICS can allocate the individual DSAs that reside below the 16MB boundary.

      • getSmsedsalimit

        java.lang.Long getSmsedsalimit()
        Getter for field SMSEDSALIMIT

        Current EDSA limit

        The current upper limit of the total amount of storage within which CICS can allocate the individual extended DSAs that reside above the 16MB boundary.

      • getSmsdsatotal

        java.lang.Long getSmsdsatotal()
        Getter for field SMSDSATOTAL

        Total storage currently allocated to DSAs

        The total amount of storage currently allocated to the DSAs below the 16MB line.

      • getSmsedsatotal

        java.lang.Long getSmsedsatotal()
        Getter for field SMSEDSATOTAL

        Total storage currently allocated to EDSAs

        The total amount of storage currently allocated to the DSAs above the 16MB line.

      • getSmshwmdsatot

        java.lang.Long getSmshwmdsatot()
        Getter for field SMSHWMDSATOT

        Peak amount of storage allocated to DSAs

        The peak amount of storage allocated to the DSAs below the 16MB line.

      • getSmshwmedsato

        java.lang.Long getSmshwmedsato()
        Getter for field SMSHWMEDSATO

        Peak amount of storage allocated to EDSAs

        The peak amount of storage allocated to the DSAs above the 16MB line.

      • getSmssosstatus

        IGlobalDynamicStorageArea.SmssosstatusValue getSmssosstatus()
        Getter for field SMSSOSSTATUS

        Short on storage status below the bar

        Indicates whether there is a short on storage condition:

        • NOTSOS - CICS is not short on storage in any of the dynamic storage areas.
        • SOS - CICS is short on storage in at least one of the dynamic storage areas above and below 16MB.
        • SOSABOVE - CICS is short on storage in at least one of the dynamic storage areas above 16MB
        • SOSBELOW - CICS is short on storage in at least one of the dynamic storage areas below 16MB.

        Note: This field does not apply to above the bar storage.

      • getSmscdsasz

        java.lang.Long getSmscdsasz()
        Getter for field SMSCDSASZ

        Current size of CDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmcdsa

        java.lang.Long getSmshwmcdsa()
        Getter for field SMSHWMCDSA

        Peak size of CDSA

        The peak size of this DSA expressed in bytes.

      • getSmsccsize

        java.lang.Long getSmsccsize()
        Getter for field SMSCCSIZE

        Current CDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmscgmreq

        java.lang.Long getSmscgmreq()
        Getter for field SMSCGMREQ

        Number of CDSA GETMAIN requests

        The number of GETMAIN requests from this DSA.

      • getSmscfmreq

        java.lang.Long getSmscfmreq()
        Getter for field SMSCFMREQ

        Number of CDSA FREEMAIN requests

        The number of FREEMAIN requests from this DSA.

      • getSmscasr

        java.lang.Long getSmscasr()
        Getter for field SMSCASR

        Number of CDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests from this DSA.

      • getSmscdsr

        java.lang.Long getSmscdsr()
        Getter for field SMSCDSR

        Number of CDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests from this DSA.

      • getSmsccriss

        java.lang.Long getSmsccriss()
        Getter for field SMSCCRISS

        Number of CDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmscucss

        java.lang.Long getSmscucss()
        Getter for field SMSCUCSS

        Number of CDSA requests suspended

        The number of times a CDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmschwmss

        java.lang.Long getSmschwmss()
        Getter for field SMSCHWMSS

        Peak number of CDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmscpwws

        java.lang.Long getSmscpwws()
        Getter for field SMSCPWWS

        Number of CDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsccrel

        java.lang.Long getSmsccrel()
        Getter for field SMSCCREL

        Number of CDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsctsos

        java.lang.String getSmsctsos()
        Getter for field SMSCTSOS

        Total time spent short-on-storage in the CDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmscsos

        java.lang.Long getSmscsos()
        Getter for field SMSCSOS

        Number of times short-on-storage occurred in CDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsccsubp

        java.lang.Long getSmsccsubp()
        Getter for field SMSCCSUBP

        Current number of CDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmscfstg

        java.lang.Long getSmscfstg()
        Getter for field SMSCFSTG

        Size of CDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmschwmfstg

        java.lang.Long getSmschwmfstg()
        Getter for field SMSCHWMFSTG

        Peak free storage level in the CDSA

        The peak amount of free storage in this DSA; that is the number of free pages multiplied by the page size (4K), expressed in bytes.

      • getSmsclwmfstg

        java.lang.Long getSmsclwmfstg()
        Getter for field SMSCLWMFSTG

        Lowest free storage level in the CDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmsclfa

        java.lang.Long getSmsclfa()
        Getter for field SMSCLFA

        Largest free area in the CDSA

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmscsv

        java.lang.Long getSmscsv()
        Getter for field SMSCSV

        Number of storage violations in the CDSA

        The number of storage violations associated with this DSA.

      • getSmscexts

        java.lang.Long getSmscexts()
        Getter for field SMSCEXTS

        Number of extents in the CDSA

        The number of extents associated with this DSA.

      • getSmscextsa

        java.lang.Long getSmscextsa()
        Getter for field SMSCEXTSA

        Number of CDSA extents added

        The number of extents added to this DSA.

      • getSmscextsr

        java.lang.Long getSmscextsr()
        Getter for field SMSCEXTSR

        Number of CDSA extents released

        The number of extents released from this DSA.

      • getSmsudsasz

        java.lang.Long getSmsudsasz()
        Getter for field SMSUDSASZ

        Current size of UDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmudsa

        java.lang.Long getSmshwmudsa()
        Getter for field SMSHWMUDSA

        Peak size of UDSA

        The peak size of this DSA expressed in bytes.

      • getSmsucsize

        java.lang.Long getSmsucsize()
        Getter for field SMSUCSIZE

        Current UDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsugmreq

        java.lang.Long getSmsugmreq()
        Getter for field SMSUGMREQ

        Number of UDSA GETMAIN requests

        The number of GETMAIN requests from this DSA.

      • getSmsufmreq

        java.lang.Long getSmsufmreq()
        Getter for field SMSUFMREQ

        Number of UDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmsuasr

        java.lang.Long getSmsuasr()
        Getter for field SMSUASR

        Number of UDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmsudsr

        java.lang.Long getSmsudsr()
        Getter for field SMSUDSR

        Number of UDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsucriss

        java.lang.Long getSmsucriss()
        Getter for field SMSUCRISS

        Number of UDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsuucss

        java.lang.Long getSmsuucss()
        Getter for field SMSUUCSS

        Number of UDSA requests suspended

        The number of times a UDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsuhwmss

        java.lang.Long getSmsuhwmss()
        Getter for field SMSUHWMSS

        Peak number of UDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsupwws

        java.lang.Long getSmsupwws()
        Getter for field SMSUPWWS

        Number of UDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsucrel

        java.lang.Long getSmsucrel()
        Getter for field SMSUCREL

        Number of UDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsutsos

        java.lang.String getSmsutsos()
        Getter for field SMSUTSOS

        Total time spent short-on-storage in the UDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsusos

        java.lang.Long getSmsusos()
        Getter for field SMSUSOS

        Number of times short-on-storage occurred in UDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsucsubp

        java.lang.Long getSmsucsubp()
        Getter for field SMSUCSUBP

        Current number of subpools in the UDSA

        The current number of subpools (domain and task) in this DSA.

      • getSmsufstg

        java.lang.Long getSmsufstg()
        Getter for field SMSUFSTG

        Size of UDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmsuhwmfstg

        java.lang.Long getSmsuhwmfstg()
        Getter for field SMSUHWMFSTG

        Peak UDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmsulwmfstg

        java.lang.Long getSmsulwmfstg()
        Getter for field SMSULWMFSTG

        Lowest UDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmsulfa

        java.lang.Long getSmsulfa()
        Getter for field SMSULFA

        Largest UDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsusv

        java.lang.Long getSmsusv()
        Getter for field SMSUSV

        Number of UDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmsuexts

        java.lang.Long getSmsuexts()
        Getter for field SMSUEXTS

        Number of UDSA extents

        The number of extents associated with this DSA.

      • getSmsuextsa

        java.lang.Long getSmsuextsa()
        Getter for field SMSUEXTSA

        Number of UDSA extents added

        The number of extents added to this DSA.

      • getSmsuextsr

        java.lang.Long getSmsuextsr()
        Getter for field SMSUEXTSR

        Number of UDSA extents released

        The number of extents released by this DSA.

      • getSmssdsasz

        java.lang.Long getSmssdsasz()
        Getter for field SMSSDSASZ

        Current size of SDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmsdsa

        java.lang.Long getSmshwmsdsa()
        Getter for field SMSHWMSDSA

        Peak size of SDSA

        The peak size of this DSA expressed in bytes.

      • getSmsscsize

        java.lang.Long getSmsscsize()
        Getter for field SMSSCSIZE

        Current SDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmssgmreq

        java.lang.Long getSmssgmreq()
        Getter for field SMSSGMREQ

        Number of SDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmssfmreq

        java.lang.Long getSmssfmreq()
        Getter for field SMSSFMREQ

        Number of SDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmssasr

        java.lang.Long getSmssasr()
        Getter for field SMSSASR

        Number of SDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmssdsr

        java.lang.Long getSmssdsr()
        Getter for field SMSSDSR

        Number of SDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsscriss

        java.lang.Long getSmsscriss()
        Getter for field SMSSCRISS

        Number of SDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmssucss

        java.lang.Long getSmssucss()
        Getter for field SMSSUCSS

        Number of SDSA requests suspended

        The number of times a RDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsshwmss

        java.lang.Long getSmsshwmss()
        Getter for field SMSSHWMSS

        Peak number of SDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsspwws

        java.lang.Long getSmsspwws()
        Getter for field SMSSPWWS

        Number of SDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsscrel

        java.lang.Long getSmsscrel()
        Getter for field SMSSCREL

        Number of SDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsstsos

        java.lang.String getSmsstsos()
        Getter for field SMSSTSOS

        Total time spent short-on-storage in the SDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsssos

        java.lang.Long getSmsssos()
        Getter for field SMSSSOS

        Number of times short-on-storage occurred in SDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsscsubp

        java.lang.Long getSmsscsubp()
        Getter for field SMSSCSUBP

        Current number of subpools in the SDSA

        The current number of subpools (domain and task) in this DSA.

      • getSmssfstg

        java.lang.Long getSmssfstg()
        Getter for field SMSSFSTG

        Size of SDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmsshwmfstg

        java.lang.Long getSmsshwmfstg()
        Getter for field SMSSHWMFSTG

        Peak SDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmsslwmfstg

        java.lang.Long getSmsslwmfstg()
        Getter for field SMSSLWMFSTG

        Lowest SDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmsslfa

        java.lang.Long getSmsslfa()
        Getter for field SMSSLFA

        Largest SDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsssv

        java.lang.Long getSmsssv()
        Getter for field SMSSSV

        Number of SDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmssexts

        java.lang.Long getSmssexts()
        Getter for field SMSSEXTS

        Number of extents in the SDSA

        The number of extents associated with this DSA.

      • getSmssextsa

        java.lang.Long getSmssextsa()
        Getter for field SMSSEXTSA

        Number of SDSA extents added

        The number of extents added to this DSA.

      • getSmssextsr

        java.lang.Long getSmssextsr()
        Getter for field SMSSEXTSR

        Number of SDSA extents released

        The number of extents released by this DSA.

      • getSmsrdsasz

        java.lang.Long getSmsrdsasz()
        Getter for field SMSRDSASZ

        Current size of RDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmrdsa

        java.lang.Long getSmshwmrdsa()
        Getter for field SMSHWMRDSA

        Peak size of RDSA

        The peak size of this DSA expressed in bytes.

      • getSmsrcsize

        java.lang.Long getSmsrcsize()
        Getter for field SMSRCSIZE

        Current RDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsrgmreq

        java.lang.Long getSmsrgmreq()
        Getter for field SMSRGMREQ

        Number of RDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmsrfmreq

        java.lang.Long getSmsrfmreq()
        Getter for field SMSRFMREQ

        Number of RDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmsrasr

        java.lang.Long getSmsrasr()
        Getter for field SMSRASR

        Number of RDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmsrdsr

        java.lang.Long getSmsrdsr()
        Getter for field SMSRDSR

        Number of RDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsrcriss

        java.lang.Long getSmsrcriss()
        Getter for field SMSRCRISS

        Number of RDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsrucss

        java.lang.Long getSmsrucss()
        Getter for field SMSRUCSS

        Number of RDSA requests suspended

        The number of times an RDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsrhwmss

        java.lang.Long getSmsrhwmss()
        Getter for field SMSRHWMSS

        Peak number of RDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsrpwws

        java.lang.Long getSmsrpwws()
        Getter for field SMSRPWWS

        Number of RDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsrcrel

        java.lang.Long getSmsrcrel()
        Getter for field SMSRCREL

        Number of RDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsrtsos

        java.lang.String getSmsrtsos()
        Getter for field SMSRTSOS

        Total time spent short-on-storage in the RDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsrsos

        java.lang.Long getSmsrsos()
        Getter for field SMSRSOS

        Number of times short-on-storage occurred in RDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsrcsubp

        java.lang.Long getSmsrcsubp()
        Getter for field SMSRCSUBP

        Current number of RDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmsrfstg

        java.lang.Long getSmsrfstg()
        Getter for field SMSRFSTG

        Size of RDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmsrhwmfstg

        java.lang.Long getSmsrhwmfstg()
        Getter for field SMSRHWMFSTG

        Peak RDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmsrlwmfstg

        java.lang.Long getSmsrlwmfstg()
        Getter for field SMSRLWMFSTG

        Lowest RDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmsrlfa

        java.lang.Long getSmsrlfa()
        Getter for field SMSRLFA

        Largest RDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsrsv

        java.lang.Long getSmsrsv()
        Getter for field SMSRSV

        Number of RDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmsrexts

        java.lang.Long getSmsrexts()
        Getter for field SMSREXTS

        Number of RDSA extents

        The number of extents associated with this DSA.

      • getSmsrextsa

        java.lang.Long getSmsrextsa()
        Getter for field SMSREXTSA

        Number of RDSA extents added

        The number of extents added to this DSA.

      • getSmsrextsr

        java.lang.Long getSmsrextsr()
        Getter for field SMSREXTSR

        Number of RDSA extents released

        The number of extents released by this DSA.

      • getSmsecdsasz

        java.lang.Long getSmsecdsasz()
        Getter for field SMSECDSASZ

        Current size of ECDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmecdsa

        java.lang.Long getSmshwmecdsa()
        Getter for field SMSHWMECDSA

        Peak size of ECDSA

        The peak size of this DSA expressed in bytes.

      • getSmseccsize

        java.lang.Long getSmseccsize()
        Getter for field SMSECCSIZE

        Current ECDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsecgmreq

        java.lang.Long getSmsecgmreq()
        Getter for field SMSECGMREQ

        Number of ECDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmsecfmreq

        java.lang.Long getSmsecfmreq()
        Getter for field SMSECFMREQ

        Number of ECDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmsecasr

        java.lang.Long getSmsecasr()
        Getter for field SMSECASR

        Number of ECDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmsecdsr

        java.lang.Long getSmsecdsr()
        Getter for field SMSECDSR

        Number of ECDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmseccriss

        java.lang.Long getSmseccriss()
        Getter for field SMSECCRISS

        Number of ECDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsecucss

        java.lang.Long getSmsecucss()
        Getter for field SMSECUCSS

        Number of ECDSA requests suspended

        The number of times a ECDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsechwmss

        java.lang.Long getSmsechwmss()
        Getter for field SMSECHWMSS

        Peak number of ECDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsecpwws

        java.lang.Long getSmsecpwws()
        Getter for field SMSECPWWS

        Number of ECDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmseccrel

        java.lang.Long getSmseccrel()
        Getter for field SMSECCREL

        Number of ECDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsectsos

        java.lang.String getSmsectsos()
        Getter for field SMSECTSOS

        Total time spent short-on-storage in the ECDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsecsos

        java.lang.Long getSmsecsos()
        Getter for field SMSECSOS

        Number of times short-on-storage occurred in ECDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmseccsubp

        java.lang.Long getSmseccsubp()
        Getter for field SMSECCSUBP

        Current number of subpools in the ECDSA

        The current number of subpools (domain and task) in this DSA.

      • getSmsecfstg

        java.lang.Long getSmsecfstg()
        Getter for field SMSECFSTG

        Size of ECDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmsechwmfstg

        java.lang.Long getSmsechwmfstg()
        Getter for field SMSECHWMFSTG

        Peak ECDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmseclwmfstg

        java.lang.Long getSmseclwmfstg()
        Getter for field SMSECLWMFSTG

        Lowest ECDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmseclfa

        java.lang.Long getSmseclfa()
        Getter for field SMSECLFA

        Largest ECDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsecsv

        java.lang.Long getSmsecsv()
        Getter for field SMSECSV

        Number of ECDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmsecexts

        java.lang.Long getSmsecexts()
        Getter for field SMSECEXTS

        Number of ECDSA extents

        The number of extents associated with this DSA.

      • getSmsecextsa

        java.lang.Long getSmsecextsa()
        Getter for field SMSECEXTSA

        Number of ECDSA extents added

        The number of extents added to this DSA.

      • getSmsecextsr

        java.lang.Long getSmsecextsr()
        Getter for field SMSECEXTSR

        Number of ECDSA extents released

        The number of extents released by this DSA.

      • getSmseudsasz

        java.lang.Long getSmseudsasz()
        Getter for field SMSEUDSASZ

        Current size of EUDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmeudsa

        java.lang.Long getSmshwmeudsa()
        Getter for field SMSHWMEUDSA

        Peak size of EUDSA

        The peak size of this DSA expressed in bytes.

      • getSmseucsize

        java.lang.Long getSmseucsize()
        Getter for field SMSEUCSIZE

        Current EUDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmseugmreq

        java.lang.Long getSmseugmreq()
        Getter for field SMSEUGMREQ

        Number of EUDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmseufmreq

        java.lang.Long getSmseufmreq()
        Getter for field SMSEUFMREQ

        Number of EUDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmseuasr

        java.lang.Long getSmseuasr()
        Getter for field SMSEUASR

        Number of EUDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmseudsr

        java.lang.Long getSmseudsr()
        Getter for field SMSEUDSR

        Number of EUDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmseucriss

        java.lang.Long getSmseucriss()
        Getter for field SMSEUCRISS

        Number of EUDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmseuucss

        java.lang.Long getSmseuucss()
        Getter for field SMSEUUCSS

        Number of EUDSA requests suspended

        The number of times a EUDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmseuhwmss

        java.lang.Long getSmseuhwmss()
        Getter for field SMSEUHWMSS

        Peak number of EUDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmseupwws

        java.lang.Long getSmseupwws()
        Getter for field SMSEUPWWS

        Number of EUDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmseucrel

        java.lang.Long getSmseucrel()
        Getter for field SMSEUCREL

        Number of EUDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmseutsos

        java.lang.String getSmseutsos()
        Getter for field SMSEUTSOS

        Total time spent short-on-storage in the EUDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmseusos

        java.lang.Long getSmseusos()
        Getter for field SMSEUSOS

        Number of times short-on-storage occurred in EUDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmseucsubp

        java.lang.Long getSmseucsubp()
        Getter for field SMSEUCSUBP

        Current number of EUDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmseufstg

        java.lang.Long getSmseufstg()
        Getter for field SMSEUFSTG

        Size of EUDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmseuhwmfstg

        java.lang.Long getSmseuhwmfstg()
        Getter for field SMSEUHWMFSTG

        Peak EUDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmseulwmfstg

        java.lang.Long getSmseulwmfstg()
        Getter for field SMSEULWMFSTG

        Lowest EUDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmseulfa

        java.lang.Long getSmseulfa()
        Getter for field SMSEULFA

        Largest EUDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmseusv

        java.lang.Long getSmseusv()
        Getter for field SMSEUSV

        Number of EUDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmseuexts

        java.lang.Long getSmseuexts()
        Getter for field SMSEUEXTS

        Number of EUDSA extents

        The number of extents associated with this DSA.

      • getSmseuextsa

        java.lang.Long getSmseuextsa()
        Getter for field SMSEUEXTSA

        Number of EUDSA extents added

        The number of extents added to this DSA.

      • getSmseuextsr

        java.lang.Long getSmseuextsr()
        Getter for field SMSEUEXTSR

        Number of EUDSA extents released

        The number of extents released by this DSA.

      • getSmsesdsasz

        java.lang.Long getSmsesdsasz()
        Getter for field SMSESDSASZ

        Current size of ESDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmesdsa

        java.lang.Long getSmshwmesdsa()
        Getter for field SMSHWMESDSA

        Peak size of ESDSA

        The peak size of this DSA expressed in bytes.

      • getSmsescsize

        java.lang.Long getSmsescsize()
        Getter for field SMSESCSIZE

        Current ESDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsesgmreq

        java.lang.Long getSmsesgmreq()
        Getter for field SMSESGMREQ

        Number of ESDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmsesfmreq

        java.lang.Long getSmsesfmreq()
        Getter for field SMSESFMREQ

        Number of ESDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmsesasr

        java.lang.Long getSmsesasr()
        Getter for field SMSESASR

        Number of ESDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmsesdsr

        java.lang.Long getSmsesdsr()
        Getter for field SMSESDSR

        Number of ESDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsescriss

        java.lang.Long getSmsescriss()
        Getter for field SMSESCRISS

        Number of ESDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsesucss

        java.lang.Long getSmsesucss()
        Getter for field SMSESUCSS

        Number of ESDSA requests suspended

        The number of times a ESDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmseshwmss

        java.lang.Long getSmseshwmss()
        Getter for field SMSESHWMSS

        Peak number of ESDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsespwws

        java.lang.Long getSmsespwws()
        Getter for field SMSESPWWS

        Number of ESDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsescrel

        java.lang.Long getSmsescrel()
        Getter for field SMSESCREL

        Number of ESDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsestsos

        java.lang.String getSmsestsos()
        Getter for field SMSESTSOS

        Total time spent short-on-storage in the ESDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsessos

        java.lang.Long getSmsessos()
        Getter for field SMSESSOS

        Number of times short-on-storage occurred in ESDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsescsubp

        java.lang.Long getSmsescsubp()
        Getter for field SMSESCSUBP

        Current number of ESDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmsesfstg

        java.lang.Long getSmsesfstg()
        Getter for field SMSESFSTG

        ESDSA free storage including cushion

        The amount of free storage, including the cushion, in this DSA.

      • getSmseshwmfstg

        java.lang.Long getSmseshwmfstg()
        Getter for field SMSESHWMFSTG

        Peak ESDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmseslwmfstg

        java.lang.Long getSmseslwmfstg()
        Getter for field SMSESLWMFSTG

        Lowest ESDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmseslfa

        java.lang.Long getSmseslfa()
        Getter for field SMSESLFA

        Largest ESDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsessv

        java.lang.Long getSmsessv()
        Getter for field SMSESSV

        Number of ESDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmsesexts

        java.lang.Long getSmsesexts()
        Getter for field SMSESEXTS

        Number of ESDSA extents

        The number of extents associated with this DSA.

      • getSmsesextsa

        java.lang.Long getSmsesextsa()
        Getter for field SMSESEXTSA

        Number of ESDSA extents added

        The number of extents added to this DSA.

      • getSmsesextsr

        java.lang.Long getSmsesextsr()
        Getter for field SMSESEXTSR

        Number of ESDSA extents released

        The number of extents released by this DSA.

      • getSmserdsasz

        java.lang.Long getSmserdsasz()
        Getter for field SMSERDSASZ

        Current size of ERDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmerdsa

        java.lang.Long getSmshwmerdsa()
        Getter for field SMSHWMERDSA

        Peak size of ERDSA

        The peak size of this DSA expressed in bytes.

      • getSmsercsize

        java.lang.Long getSmsercsize()
        Getter for field SMSERCSIZE

        Current ERDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsergmreq

        java.lang.Long getSmsergmreq()
        Getter for field SMSERGMREQ

        Number of ERDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmserfmreq

        java.lang.Long getSmserfmreq()
        Getter for field SMSERFMREQ

        Number of ERDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmserasr

        java.lang.Long getSmserasr()
        Getter for field SMSERASR

        Number of ERDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmserdsr

        java.lang.Long getSmserdsr()
        Getter for field SMSERDSR

        Number of ERDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsercriss

        java.lang.Long getSmsercriss()
        Getter for field SMSERCRISS

        Number of ERDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmserucss

        java.lang.Long getSmserucss()
        Getter for field SMSERUCSS

        Number of ERDSA requests suspended

        The number of times a ERDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmserhwmss

        java.lang.Long getSmserhwmss()
        Getter for field SMSERHWMSS

        Peak number of ERDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmserpwws

        java.lang.Long getSmserpwws()
        Getter for field SMSERPWWS

        Number of ERDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsercrel

        java.lang.Long getSmsercrel()
        Getter for field SMSERCREL

        Number of ERDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsertsos

        java.lang.String getSmsertsos()
        Getter for field SMSERTSOS

        Total time spent short-on-storage (SOS) in ERDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsersos

        java.lang.Long getSmsersos()
        Getter for field SMSERSOS

        Number of times short-on-storage occurred in ERDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsercsubp

        java.lang.Long getSmsercsubp()
        Getter for field SMSERCSUBP

        Current number of ERDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmserfstg

        java.lang.Long getSmserfstg()
        Getter for field SMSERFSTG

        Size of ERDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmserhwmfstg

        java.lang.Long getSmserhwmfstg()
        Getter for field SMSERHWMFSTG

        Peak ERDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmserlwmfstg

        java.lang.Long getSmserlwmfstg()
        Getter for field SMSERLWMFSTG

        Lowest ERDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmserlfa

        java.lang.Long getSmserlfa()
        Getter for field SMSERLFA

        Largest ERDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsersv

        java.lang.Long getSmsersv()
        Getter for field SMSERSV

        Number of ERDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmserexts

        java.lang.Long getSmserexts()
        Getter for field SMSEREXTS

        Number of ERDSA extents

        The number of extents associated with this DSA.

      • getSmserextsa

        java.lang.Long getSmserextsa()
        Getter for field SMSEREXTSA

        Number of ERDSA extents added

        The number of extents added to this DSA.

      • getSmserextsr

        java.lang.Long getSmserextsr()
        Getter for field SMSEREXTSR

        Number of ERDSA extents released

        The number of extents released by this DSA.

      • getPctstgcdsa

        java.lang.String getPctstgcdsa()
        Getter for field PCTSTGCDSA

        Percentage of CDSA storage below 16MB

        The amount of storage for this DSA which is below the 16MB line expressed as a percentage.

      • getPpctstgcdsa

        java.lang.String getPpctstgcdsa()
        Getter for field PPCTSTGCDSA

        Peak percentage in CDSA of peak storage below 16MB

        The peak amount of storage allocated to this DSA below the 16MB line expressed as a percentage.

      • getPctcfree

        java.lang.String getPctcfree()
        Getter for field PCTCFREE

        Percentage of free storage in CDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctcfree

        java.lang.String getPpctcfree()
        Getter for field PPCTCFREE

        Peak percentage of free storage in CDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctcfree

        java.lang.String getLpctcfree()
        Getter for field LPCTCFREE

        Lowest percentage of free storage in CDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfacdsa

        java.lang.String getPctlfacdsa()
        Getter for field PCTLFACDSA

        Largest percentage of free storage in CDSA

        The percentage of storage that is unused in this DSA.

      • getCrategm

        java.lang.String getCrategm()
        Getter for field CRATEGM

        CDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getCratefm

        java.lang.String getCratefm()
        Getter for field CRATEFM

        CDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getCnonimmget

        java.lang.Long getCnonimmget()
        Getter for field CNONIMMGET

        Number of CDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctcgmf

        java.lang.String getPctcgmf()
        Getter for field PCTCGMF

        Percentage of GETMAIN failures in CDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctcgmp

        java.lang.String getPctcgmp()
        Getter for field PCTCGMP

        Percentage of GETMAIN requests purged in CDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctccsh

        java.lang.String getPctccsh()
        Getter for field PCTCCSH

        Percentage of cushion releases in CDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getCratecrel

        java.lang.String getCratecrel()
        Getter for field CRATECREL

        CDSA cushion release rate

        The rate per second of storage cushion releases for this DSA.

      • getAvgTimeSOSInCDSA

        java.lang.String getAvgTimeSOSInCDSA()
        Getter for field CAVGTIMESOS

        Average time spent short-on-storage (SOS) in CDSA

        The average time that CICS has been short-on-storage (SOS) in the CICS dynamic storage area (CDSA).

      • getCratestorv

        java.lang.String getCratestorv()
        Getter for field CRATESTORV

        CDSA storage violation rate

        The rate per second of recorded storage violations for this DSA.

      • getCrateextsa

        java.lang.String getCrateextsa()
        Getter for field CRATEEXTSA

        CDSA extent increase rate

        The rate per second at which extents have been added to this DSA.

      • getCrateextsr

        java.lang.String getCrateextsr()
        Getter for field CRATEEXTSR

        CDSA extent release rate

        The rate per second at which extents have been released from this DSA.

      • getPctstgudsa

        java.lang.String getPctstgudsa()
        Getter for field PCTSTGUDSA

        Percentage of storage below 16MB in UDSA

        The amount of storage for this DSA which is below the 16MB line expressed as a percentage.

      • getPpctstgudsa

        java.lang.String getPpctstgudsa()
        Getter for field PPCTSTGUDSA

        Peak percentage in UDSA of peak storage below 16MB

        The peak amount of storage allocated to this DSA below the 16MB line expressed as a percentage.

      • getPctufree

        java.lang.String getPctufree()
        Getter for field PCTUFREE

        Percentage of free storage in UDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctufree

        java.lang.String getPpctufree()
        Getter for field PPCTUFREE

        Peak percentage of free storage in UDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctufree

        java.lang.String getLpctufree()
        Getter for field LPCTUFREE

        Lowest percentage of free storage in UDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaudsa

        java.lang.String getPctlfaudsa()
        Getter for field PCTLFAUDSA

        Largest percentage of free storage in UDSA

        The percentage of storage that is unused in this DSA.

      • getUrategm

        java.lang.String getUrategm()
        Getter for field URATEGM

        UDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getUratefm

        java.lang.String getUratefm()
        Getter for field URATEFM

        UDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getUnonimmget

        java.lang.Long getUnonimmget()
        Getter for field UNONIMMGET

        Number of UDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctugmf

        java.lang.String getPctugmf()
        Getter for field PCTUGMF

        Percentage of GETMAIN failures in UDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctugmp

        java.lang.String getPctugmp()
        Getter for field PCTUGMP

        Percentage of GETMAIN requests purged in UDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctucsh

        java.lang.String getPctucsh()
        Getter for field PCTUCSH

        Percentage of cushion releases in UDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getUratecrel

        java.lang.String getUratecrel()
        Getter for field URATECREL

        UDSA cushion release rate

        The rate per second of storage cushion releases for this DSA.

      • getAvgTimeSOSInUDSA

        java.lang.String getAvgTimeSOSInUDSA()
        Getter for field UAVGTIMESOS

        Average time spent short-on-storage (SOS) in UDSA

        The average time that CICS has been short-on-storage (SOS) in the user dynamic storage area (UDSA).

      • getUratestorv

        java.lang.String getUratestorv()
        Getter for field URATESTORV

        UDSA storage violation rate

        The rate per second of storage violations for this DSA.

      • getUrateextsa

        java.lang.String getUrateextsa()
        Getter for field URATEEXTSA

        UDSA extent increase rate

        The rate per second at which extents have been added to this DSA.

      • getUrateextsr

        java.lang.String getUrateextsr()
        Getter for field URATEEXTSR

        UDSA extent release rate

        The rate per second at which extents have been released from this DSA.

      • getPctstgsdsa

        java.lang.String getPctstgsdsa()
        Getter for field PCTSTGSDSA

        Percentage of storage below 16MB in SDSA

        The amount of storage for this DSA which is below the 16MB line expressed as a percentage.

      • getPpctstgsdsa

        java.lang.String getPpctstgsdsa()
        Getter for field PPCTSTGSDSA

        Peak percentage in SDSA of peak storage below 16MB

        The peak amount of storage allocated to this DSA below the 16MB line expressed as a percentage.

      • getPctsfree

        java.lang.String getPctsfree()
        Getter for field PCTSFREE

        Percentage of free storage in SDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctsfree

        java.lang.String getPpctsfree()
        Getter for field PPCTSFREE

        Peak percentage of free storage in SDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctsfree

        java.lang.String getLpctsfree()
        Getter for field LPCTSFREE

        Lowest percentage of free storage in SDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfasdsa

        java.lang.String getPctlfasdsa()
        Getter for field PCTLFASDSA

        Largest percentage of free storage in SDSA

        The percentage of storage that is unused in this DSA.

      • getSrategm

        java.lang.String getSrategm()
        Getter for field SRATEGM

        SDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getSratefm

        java.lang.String getSratefm()
        Getter for field SRATEFM

        SDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getSnonimmget

        java.lang.Long getSnonimmget()
        Getter for field SNONIMMGET

        Number of SDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctsgmf

        java.lang.String getPctsgmf()
        Getter for field PCTSGMF

        Percentage of GETMAIN failures in SDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctsgmp

        java.lang.String getPctsgmp()
        Getter for field PCTSGMP

        Percentage of GETMAIN requests purged in SDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctscsh

        java.lang.String getPctscsh()
        Getter for field PCTSCSH

        Percentage of cushion releases in SDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getSratecrel

        java.lang.String getSratecrel()
        Getter for field SRATECREL

        SDSA cushion release rate

        The rate per second of storage cushion releases for this DSA.

      • getAvgTimeSOSInSDSA

        java.lang.String getAvgTimeSOSInSDSA()
        Getter for field SAVGTIMESOS

        Average time spent short-on-storage (SOS) in SDSA

        The average time that CICS has been short-on-storage (SOS) in the shared dynamic storage area (SDSA).

      • getSratestorv

        java.lang.String getSratestorv()
        Getter for field SRATESTORV

        SDSA storage violation rate

        The rate per second of storage violations for this DSA.

      • getSrateextsa

        java.lang.String getSrateextsa()
        Getter for field SRATEEXTSA

        SDSA extent increase rate

        The rate per second at which extents have been added to this DSA.

      • getSrateextsr

        java.lang.String getSrateextsr()
        Getter for field SRATEEXTSR

        SDSA extent release rate

        The rate per second at which extents have been released from this DSA.

      • getPctstgrdsa

        java.lang.String getPctstgrdsa()
        Getter for field PCTSTGRDSA

        Percentage of storage below 16MB in RDSA

        The amount of storage for this DSA which is below the 16MB line expressed as a percentage.

      • getPpctstgrdsa

        java.lang.String getPpctstgrdsa()
        Getter for field PPCTSTGRDSA

        Peak percentage in RDSA of peak storage below 16MB

        The peak amount of storage allocated to this DSA below the 16MB line expressed as a percentage.

      • getPctrfree

        java.lang.String getPctrfree()
        Getter for field PCTRFREE

        Percentage of free storage in RDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctrfree

        java.lang.String getPpctrfree()
        Getter for field PPCTRFREE

        Peak percentage of free storage in RDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctrfree

        java.lang.String getLpctrfree()
        Getter for field LPCTRFREE

        Lowest percentage of free storage in RDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfardsa

        java.lang.String getPctlfardsa()
        Getter for field PCTLFARDSA

        Largest percentage of free storage in RDSA

        The percentage of storage that is unused in this DSA.

      • getRrategm

        java.lang.String getRrategm()
        Getter for field RRATEGM

        RDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getRratefm

        java.lang.String getRratefm()
        Getter for field RRATEFM

        RDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getRnonimmget

        java.lang.Long getRnonimmget()
        Getter for field RNONIMMGET

        Number of RDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctrgmf

        java.lang.String getPctrgmf()
        Getter for field PCTRGMF

        Percentage of GETMAIN failures in RDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctrgmp

        java.lang.String getPctrgmp()
        Getter for field PCTRGMP

        Percentage of GETMAIN requests purged in RDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctrcsh

        java.lang.String getPctrcsh()
        Getter for field PCTRCSH

        Percentage of cushion releases in RDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getRratecrel

        java.lang.String getRratecrel()
        Getter for field RRATECREL

        RDSA cushion release rate

        The rate per second of storage cushion releases for this DSA.

      • getAvgTimeSOSInRDSA

        java.lang.String getAvgTimeSOSInRDSA()
        Getter for field RAVGTIMESOS

        Average time spent short-on-storage (SOS) in RDSA

        The average time that CICS has been short-on-storage (SOS) in the read-only dynamic storage area (RDSA).

      • getRratestorv

        java.lang.String getRratestorv()
        Getter for field RRATESTORV

        RDSA storage violation rate

        The rate per second of storage violations for this DSA.

      • getRrateextsa

        java.lang.String getRrateextsa()
        Getter for field RRATEEXTSA

        RDSA extent increase rate

        The rate per second at which extents have been added to this DSA.

      • getRrateextsr

        java.lang.String getRrateextsr()
        Getter for field RRATEEXTSR

        RDSA extent release rate

        The rate per second at which extents have been released from this DSA.

      • getPctstgecdsa

        java.lang.String getPctstgecdsa()
        Getter for field PCTSTGECDSA

        Percentage of storage above 16MB in ECDSA

        The amount of storage for this DSA which is above the 16MB line expressed as a percentage.

      • getPpctstgecdsa

        java.lang.String getPpctstgecdsa()
        Getter for field PPCTSTGECDSA

        Peak percent in ECDSA of peak storage above 16MB

        The peak amount of storage allocated to this DSA above the 16MB line expressed as a percentage.

      • getPctecfree

        java.lang.String getPctecfree()
        Getter for field PCTECFREE

        Percentage of free storage in ECDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctecfree

        java.lang.String getPpctecfree()
        Getter for field PPCTECFREE

        Peak percent of free storage in ECDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctecfree

        java.lang.String getLpctecfree()
        Getter for field LPCTECFREE

        Lowest percentage of free storage in ECDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaecdsa

        java.lang.String getPctlfaecdsa()
        Getter for field PCTLFAECDSA

        Largest percentage of free storage in ECDSA

        The percentage of storage that is unused in this DSA.

      • getEcrategm

        java.lang.String getEcrategm()
        Getter for field ECRATEGM

        ECDSA GETMAIN request rate

        The rate per second of ECDSA GETMAIN requests.

      • getEcratefm

        java.lang.String getEcratefm()
        Getter for field ECRATEFM

        ECDSA FREEMAIN request rate

        The rate per second of ECDSA FREEMAIN requests.

      • getEcnonimmget

        java.lang.Long getEcnonimmget()
        Getter for field ECNONIMMGET

        Number of ECDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctecgmf

        java.lang.String getPctecgmf()
        Getter for field PCTECGMF

        Percentage of GETMAIN failures in ECDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctecgmp

        java.lang.String getPctecgmp()
        Getter for field PCTECGMP

        Percentage of GETMAIN requests purged in ECDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPcteccsh

        java.lang.String getPcteccsh()
        Getter for field PCTECCSH

        Percentage of cushion releases in ECDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getEcratecrel

        java.lang.String getEcratecrel()
        Getter for field ECRATECREL

        ECDSA cushion release rate

        The rate per second of ECDSA storage cushion releases.

      • getAvgTimeSOSInECDSA

        java.lang.String getAvgTimeSOSInECDSA()
        Getter for field ECAVGTIMESOS

        Average time spent short-on-storage (SOS) in ECDSA

        The average time that CICS has been short-on-storage (SOS) in the extended dynamic storage area (ECDSA).

      • getEcratestorv

        java.lang.String getEcratestorv()
        Getter for field ECRATESTORV

        ECDSA storage violation rate

        The rate per second of recorded storage violations for the ECDSA.

      • getEcrateextsa

        java.lang.String getEcrateextsa()
        Getter for field ECRATEEXTSA

        ECDSA extent increase rate

        The rate per second at which extents have been added to the ECDSA.

      • getEcrateextsr

        java.lang.String getEcrateextsr()
        Getter for field ECRATEEXTSR

        ECDSA extent release rate

        The rate per second at which extents have been released from the ECDSA.

      • getPctstgeudsa

        java.lang.String getPctstgeudsa()
        Getter for field PCTSTGEUDSA

        Percentage of storage above 16MB in EUDSA

        The amount of storage for this DSA which is above the 16MB line expressed as a percentage.

      • getPpctstgeudsa

        java.lang.String getPpctstgeudsa()
        Getter for field PPCTSTGEUDSA

        Peak percent in EUDSA of peak storage above 16MB

        The peak amount of storage allocated to this DSA above the 16MB line expressed as a percentage.

      • getPcteufree

        java.lang.String getPcteufree()
        Getter for field PCTEUFREE

        Percentage of free storage in EUDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpcteufree

        java.lang.String getPpcteufree()
        Getter for field PPCTEUFREE

        Peak percentage of free storage in EUDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpcteufree

        java.lang.String getLpcteufree()
        Getter for field LPCTEUFREE

        Lowest percentage of free storage in EUDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaeudsa

        java.lang.String getPctlfaeudsa()
        Getter for field PCTLFAEUDSA

        Largest percentage of free storage in EUDSA

        The percentage of storage that is unused in this DSA.

      • getEurategm

        java.lang.String getEurategm()
        Getter for field EURATEGM

        EUDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getEuratefm

        java.lang.String getEuratefm()
        Getter for field EURATEFM

        EUDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getEunonimmget

        java.lang.Long getEunonimmget()
        Getter for field EUNONIMMGET

        Number of EUDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPcteugmf

        java.lang.String getPcteugmf()
        Getter for field PCTEUGMF

        Percentage of GETMAIN failures in EUDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPcteugmp

        java.lang.String getPcteugmp()
        Getter for field PCTEUGMP

        Percentage of GETMAIN requests purged in EUDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPcteucsh

        java.lang.String getPcteucsh()
        Getter for field PCTEUCSH

        Percentage of cushion releases in EUDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getEuratecrel

        java.lang.String getEuratecrel()
        Getter for field EURATECREL

        EUDSA cushion release rate

        The rate per second of storage cushion releases.

      • getAvgTimeSOSInEUDSA

        java.lang.String getAvgTimeSOSInEUDSA()
        Getter for field EUAVGTIMESOS

        Average time spent short-on-storage (SOS) in EUDSA

        The average time that CICS has been short-on-storage (SOS) in the extended user dynamic storage area (EUDSA).

      • getEuratestorv

        java.lang.String getEuratestorv()
        Getter for field EURATESTORV

        EUDSA storage violation rate

        The rate per second of recorded storage violations for the EUDSA.

      • getEurateextsa

        java.lang.String getEurateextsa()
        Getter for field EURATEEXTSA

        EUDSA extent increase rate

        The rate per second at which extents have been added to the EUDSA.

      • getEurateextsr

        java.lang.String getEurateextsr()
        Getter for field EURATEEXTSR

        EUDSA extent release rate

        The rate per second at which extents have been released from the EUDSA.

      • getPctstgesdsa

        java.lang.String getPctstgesdsa()
        Getter for field PCTSTGESDSA

        Percentage of storage above 16MB in ESDSA

        The amount of storage for this DSA which is above the 16MB line expressed as a percentage.

      • getPpctstgesdsa

        java.lang.String getPpctstgesdsa()
        Getter for field PPCTSTGESDSA

        Peak percent in ESDSA of peak storage above 16MB

        The peak amount of storage allocated to this DSA above the 16MB line expressed as a percentage.

      • getPctesfree

        java.lang.String getPctesfree()
        Getter for field PCTESFREE

        Percentage of free storage in ESDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctesfree

        java.lang.String getPpctesfree()
        Getter for field PPCTESFREE

        Peak percentage of free storage in ESDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctesfree

        java.lang.String getLpctesfree()
        Getter for field LPCTESFREE

        Lowest percentage of free storage in ESDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaesdsa

        java.lang.String getPctlfaesdsa()
        Getter for field PCTLFAESDSA

        Largest percentage of free storage in ESDSA

        The percentage of storage that is unused in this DSA.

      • getEsrategm

        java.lang.String getEsrategm()
        Getter for field ESRATEGM

        ESDSA GETMAIN request rate

        The rate per second of ESDSA GETMAIN requests.

      • getEsratefm

        java.lang.String getEsratefm()
        Getter for field ESRATEFM

        ESDSA FREEMAIN request rate

        The rate per second of ESDSA FREEMAIN requests.

      • getEsnonimmget

        java.lang.Long getEsnonimmget()
        Getter for field ESNONIMMGET

        Number of ESDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctesgmf

        java.lang.String getPctesgmf()
        Getter for field PCTESGMF

        Percentage of GETMAIN failures in ESDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctesgmp

        java.lang.String getPctesgmp()
        Getter for field PCTESGMP

        Percentage of GETMAIN requests purged in ESDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctescsh

        java.lang.String getPctescsh()
        Getter for field PCTESCSH

        Percentage of cushion releases in ESDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getEsratecrel

        java.lang.String getEsratecrel()
        Getter for field ESRATECREL

        ESDSA cushion release rate

        The rate per second of ESDSA storage cushion releases.

      • getAvgTimeSOSInESDSA

        java.lang.String getAvgTimeSOSInESDSA()
        Getter for field ESAVGTIMESOS

        Average time spent short-on-storage in ESDSA

        The average time that CICS has been short-on-storage (SOS) in the extended shared dynamic storage area (ESDSA).

      • getEsratestorv

        java.lang.String getEsratestorv()
        Getter for field ESRATESTORV

        ESDSA storage violation rate

        The rate per second of recorded storage violations for this DSA.

      • getEsrateextsa

        java.lang.String getEsrateextsa()
        Getter for field ESRATEEXTSA

        ESDSA extent increase rate

        The rate per second at which extents have been added to the ESDSA.

      • getEsrateextsr

        java.lang.String getEsrateextsr()
        Getter for field ESRATEEXTSR

        ESDSA extent release rate

        The rate per second at which extents have been released from the ESDSA.

      • getPctstgerdsa

        java.lang.String getPctstgerdsa()
        Getter for field PCTSTGERDSA

        Percentage of storage above 16MB in ERDSA

        The amount of storage for this DSA which is above the 16MB line expressed as a percentage.

      • getPpctstgerdsa

        java.lang.String getPpctstgerdsa()
        Getter for field PPCTSTGERDSA

        Peak percent in ERDSA of peak storage above 16MB

        The peak amount of storage allocated to this DSA above the 16MB line expressed as a percentage.

      • getPcterfree

        java.lang.String getPcterfree()
        Getter for field PCTERFREE

        Percentage of free storage in ERDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpcterfree

        java.lang.String getPpcterfree()
        Getter for field PPCTERFREE

        Peak percentage of free storage in ERDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpcterfree

        java.lang.String getLpcterfree()
        Getter for field LPCTERFREE

        Lowest percentage of free storage in ERDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaerdsa

        java.lang.String getPctlfaerdsa()
        Getter for field PCTLFAERDSA

        Largest percentage of free storage in ERDSA

        The percentage of storage that is unused in this DSA.

      • getErrategm

        java.lang.String getErrategm()
        Getter for field ERRATEGM

        ERDSA GETMAIN request rate

        The rate per second of ERDSA GETMAIN requests.

      • getErratefm

        java.lang.String getErratefm()
        Getter for field ERRATEFM

        ERDSA FREEMAIN request rate

        The rate per second of ERDSA FREEMAIN requests.

      • getErnonimmget

        java.lang.Long getErnonimmget()
        Getter for field ERNONIMMGET

        Number of ERDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctergmf

        java.lang.String getPctergmf()
        Getter for field PCTERGMF

        Percentage of GETMAIN failures in ERDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctergmp

        java.lang.String getPctergmp()
        Getter for field PCTERGMP

        Percentage of GETMAIN requests purged in ERDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getPctercsh

        java.lang.String getPctercsh()
        Getter for field PCTERCSH

        Percentage of cushion releases in ERDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getErratecrel

        java.lang.String getErratecrel()
        Getter for field ERRATECREL

        ERDSA cushion release rate

        The rate per second of ERDSA storage cushion releases.

      • getAvgTimeSOSInERDSA

        java.lang.String getAvgTimeSOSInERDSA()
        Getter for field ERAVGTIMESOS

        Average time spent short-on-storage in ERDSA

        The average time that CICS has been short-on-storage (SOS) in the extended read-only dynamic storage area (ERDSA).

      • getErratestorv

        java.lang.String getErratestorv()
        Getter for field ERRATESTORV

        ERDSA storage violation rate

        The rate per second of recorded storage violations for the ERDSA.

      • getErrateextsa

        java.lang.String getErrateextsa()
        Getter for field ERRATEEXTSA

        ERDSA extent increase rate

        The rate per second at which extents have been added to the ERDSA.

      • getErrateextsr

        java.lang.String getErrateextsr()
        Getter for field ERRATEEXTSR

        ERDSA extent release rate

        The rate per second at which extents have been released from the ERDSA.

      • getSmstmwaitmvs

        java.lang.String getSmstmwaitmvs()
        Getter for field SMSTMWAITMVS

        Total time waiting for MVS storage

        The accumulated time spent waiting for MVS storage.

      • getSmsrqwaitmvs

        java.lang.Long getSmsrqwaitmvs()
        Getter for field SMSRQWAITMVS

        Number of requests for MVS storage causing wait

        The number of MVS requests currently waiting for storage to become available.

      • getSmsmemlimsrc

        IGlobalDynamicStorageArea.SmsmemlimsrcValue getSmsmemlimsrc()
        Getter for field SMSMEMLIMSRC

        The source setting the memory limit

        The source that is setting the maximum amount of above the bar storage that CICS can use.

        • SMF - memory limit has been set by SMFPRMxx.
        • JCL - memory limit has been set by JCL.
        • REGION - memory limit has been set by JCL region.
        • IEFUSI - memory limit has been set by IEFUSI exit.
      • getSmsmemlimit

        java.lang.Long getSmsmemlimit()
        Getter for field SMSMEMLIMIT

        Maximum amount of above bar storage

        The current upper limit of the total amount of storage within which CICS can allocate the individual DSAs that reside above the bar.

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

      • getSmsgetstorsz

        java.lang.Long getSmsgetstorsz()
        Getter for field SMSGETSTORSZ

        The GETSTOR request size

        The amount of storage that has been requested displayed as bytes.

      • getSmsasactive

        java.lang.Long getSmsasactive()
        Getter for field SMSASACTIVE

        Current address space storage that is addressable

        The current address space storage that can be addressed.

      • getSmshwmasact

        java.lang.Long getSmshwmasact()
        Getter for field SMSHWMASACT

        Peak address space that can be addressed

        The peak address space storage that could be addressed.

      • getSmsgdsaactiv

        java.lang.Long getSmsgdsaactiv()
        Getter for field SMSGDSAACTIV

        The current GDSA active

        The amount of storage available for use above the bar.

      • getSmshwmgdsaac

        java.lang.Long getSmshwmgdsaac()
        Getter for field SMSHWMGDSAAC

        The peak amount of storage available for use above the bar

        The peak GDSA active

      • getSmsatbcushre

        java.lang.Long getSmsatbcushre()
        Getter for field SMSATBCUSHRE

        Number of GCDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsatbcushli

        java.lang.String getSmsatbcushli()
        Getter for field SMSATBCUSHLI

        Cushion limit

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsgcdsasz

        java.lang.Long getSmsgcdsasz()
        Getter for field SMSGCDSASZ

        Current size of GCDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmgcdsa

        java.lang.Long getSmshwmgcdsa()
        Getter for field SMSHWMGCDSA

        Peak size of GCDSA

        The peak size of this DSA expressed in bytes.

      • getSmsgcgmreq

        java.lang.Long getSmsgcgmreq()
        Getter for field SMSGCGMREQ

        Number of GCDSA GETMAIN requests

        The number of GETMAIN requests for this DSA.

      • getSmsgcfmreq

        java.lang.Long getSmsgcfmreq()
        Getter for field SMSGCFMREQ

        Number of GCDSA FREEMAIN requests

        The number of FREEMAIN requests for this DSA.

      • getSmsgcasr

        java.lang.Long getSmsgcasr()
        Getter for field SMSGCASR

        Number of GCDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests for this DSA.

      • getSmsgcdsr

        java.lang.Long getSmsgcdsr()
        Getter for field SMSGCDSR

        Number of GCDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests for this DSA.

      • getSmsgccriss

        java.lang.Long getSmsgccriss()
        Getter for field SMSGCCRISS

        Number of GCDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsgcucss

        java.lang.Long getSmsgcucss()
        Getter for field SMSGCUCSS

        Number of GCDSA requests suspended

        The number of times a GCDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsgccss

        java.lang.Long getSmsgccss()
        Getter for field SMSGCCSS

        Current requests suspended for GCDSA storage

        The current number of requests that have been suspended due to a shortage of storage.

      • getSmsgchwmss

        java.lang.Long getSmsgchwmss()
        Getter for field SMSGCHWMSS

        Peak number of GCDSA requests suspended

        The peak number requests suspended for a shortage of storage in this DSA.

      • getSmsgcpwws

        java.lang.Long getSmsgcpwws()
        Getter for field SMSGCPWWS

        Number of GCDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsgcsos

        java.lang.Long getSmsgcsos()
        Getter for field SMSGCSOS

        Number of times short-on-storage occurred in GCDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsgctsos

        java.lang.String getSmsgctsos()
        Getter for field SMSGCTSOS

        Total time spent short-on-storage in the GCDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsgccsubp

        java.lang.Long getSmsgccsubp()
        Getter for field SMSGCCSUBP

        Current number of subpools in GCDSA

        The current number of subpools (domain and task) in this DSA.

      • getSmsgcsv

        java.lang.Long getSmsgcsv()
        Getter for field SMSGCSV

        Number of GCDSA storage violations

        The number of GCDSA storage violations.

      • getPercent64BitStorageInGCDSA

        java.lang.String getPercent64BitStorageInGCDSA()
        Getter for field PCTSTGGCDSA

        Percentage of storage above the bar in GCDSA

        The amount of storage for this DSA which is above the bar expressed as a percentage.

      • getPpctstggcdsa

        java.lang.String getPpctstggcdsa()
        Getter for field PPCTSTGGCDSA

        Peak percentage in GCDSA of storage above the bar

        The peak amount of storage allocated to this DSA above the bar expressed as a percentage.

      • getGcrategm

        java.lang.String getGcrategm()
        Getter for field GCRATEGM

        GCDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getGcratefm

        java.lang.String getGcratefm()
        Getter for field GCRATEFM

        GCDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getGcnonimmget

        java.lang.Long getGcnonimmget()
        Getter for field GCNONIMMGET

        Number of GCDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctgcgmf

        java.lang.String getPctgcgmf()
        Getter for field PCTGCGMF

        Percentage of GETMAIN failures in GCDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctgcgmp

        java.lang.String getPctgcgmp()
        Getter for field PCTGCGMP

        Percentage of GETMAIN requests purged in GCDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getAvgTimeSOSInGCDSA

        java.lang.String getAvgTimeSOSInGCDSA()
        Getter for field GCAVGTIMESOS

        Average time spent short-on-storage (SOS) in GCDSA

        The average time that CICS has been short-on-storage (SOS) in the GCDSA.

      • getGcratestorv

        java.lang.String getGcratestorv()
        Getter for field GCRATESTORV

        GCDSA storage violation rate

        The rate per second of recorded storage violations for this DSA.

      • getSmssosabar

        IGlobalDynamicStorageArea.SmssosabarValue getSmssosabar()
        Getter for field SMSSOSABAR

        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.

      • getSmssosaline

        IGlobalDynamicStorageArea.SmssosalineValue getSmssosaline()
        Getter for field SMSSOSALINE

        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.

      • getSmssosbline

        IGlobalDynamicStorageArea.SmssosblineValue getSmssosbline()
        Getter for field SMSSOSBLINE

        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.

      • getSmslvabytes

        java.lang.Long getSmslvabytes()
        Getter for field SMSLVABYTES

        Number of bytes allocated from large virtual memory

        Number of bytes allocated from large virtual memory in memory objects.

      • getSmslvhbytes

        java.lang.Long getSmslvhbytes()
        Getter for field SMSLVHBYTES

        Number of bytes hidden with large virtual memory objects

        Number of bytes hidden with large virtual memory objects.

      • getSmslvgbytes

        java.lang.Long getSmslvgbytes()
        Getter for field SMSLVGBYTES

        Peak number of usable bytes within large virtual memory objects

        The peak number of usable bytes within large virtual memory objects.

      • getSmslvnmombs

        java.lang.Long getSmslvnmombs()
        Getter for field SMSLVNMOMBS

        Number of private memory objects allocated

        Number of private memory objects allocated.

      • getSmshvaxslts

        java.lang.Long getSmshvaxslts()
        Getter for field SMSHVAXSLTS

        Number of aux slots used to back 64-bit private storage

        Number of aux slots used to back 64-bit private storage.

      • getSmshvgaxsts

        java.lang.Long getSmshvgaxsts()
        Getter for field SMSHVGAXSTS

        Peak number of aux slots used to back 64-bit private storage

        The peak number of aux slots used to back 64-bit private storage.

      • getSmslvshrbts

        java.lang.Long getSmslvshrbts()
        Getter for field SMSLVSHRBTS

        Number of shared bytes allocated from high virtual memory

        Number of shared bytes allocated from high virtual memory.

      • getSmslvshrgbs

        java.lang.Long getSmslvshrgbs()
        Getter for field SMSLVSHRGBS

        Peak number of shared bytes within large virtual memory objects

        The peak number of shared bytes within large virtual memory objects.

      • getSmslvshrnmo

        java.lang.Long getSmslvshrnmo()
        Getter for field SMSLVSHRNMO

        Number of shared memory objects allocated

        Number of shared memory objects allocated.

      • getSmsfrmgrdfl

        java.lang.Long getSmsfrmgrdfl()
        Getter for field SMSFRMGRDFL

        Number of IARV64 CONVERT(FROMGUARD) failures

        Number of IARV64 CONVERT(FROMGUARD) failures.

      • getSmsfrmgflsz

        java.lang.Long getSmsfrmgflsz()
        Getter for field SMSFRMGFLSZ

        The largest failing IARV64 CONVERT(FROMGUARD) request

        The largest failing IARV64 CONVERT(FROMGUARD) failure request size (bytes).

      • getSmsgdsaaloc

        java.lang.Long getSmsgdsaaloc()
        Getter for field SMSGDSAALOC

        Current GDSA allocated

        Current GDSA allocated.

      • getSmshgdsaalc

        java.lang.Long getSmshgdsaalc()
        Getter for field SMSHGDSAALC

        Peak GDSA allocated

        Peak GDSA allocated.

      • getSmspgsinreal

        java.lang.Long getSmspgsinreal()
        Getter for field SMSPGSINREAL

        Number of real storage frames used for 64-bit private memory

        Number of real storage frames used to back 64-bit private memory.

      • getSmshpgsnreal

        java.lang.Long getSmshpgsnreal()
        Getter for field SMSHPGSNREAL

        Peak number of real storage frames to back 64-bit private memory

        The peak number of real storage frames used to back 64-bit private memory objects.

      • getSmslrgmemobj

        java.lang.Long getSmslrgmemobj()
        Getter for field SMSLRGMEMOBJ

        Number of Large Memory Objects allocated

        Number of Large Memory Objects allocated by this address space.

      • getSmslrgpgbnrl

        java.lang.Long getSmslrgpgbnrl()
        Getter for field SMSLRGPGBNRL

        Number of Large Pages owned by this address space

        Number of Large Pages (1MB pages) backed in real storage owned by this address space.

      • getSmsgccsize

        java.lang.Long getSmsgccsize()
        Getter for field SMSGCCSIZE

        Current GCDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsgccrel

        java.lang.Long getSmsgccrel()
        Getter for field SMSGCCREL

        Number of cushion releases

        Number of cushion releases.

      • getSmsgcfstg

        java.lang.Long getSmsgcfstg()
        Getter for field SMSGCFSTG

        GCDSA Free storage

        GCDSA Free storage.

      • getSmshwmgcfstg

        java.lang.Long getSmshwmgcfstg()
        Getter for field SMSHWMGCFSTG

        Peak amount of GCDSA free storage (inc cushion)

        The peak amount of GCDSA free storage (inc cushion).

      • getSmslwmgcfstg

        java.lang.Long getSmslwmgcfstg()
        Getter for field SMSLWMGCFSTG

        Lowest amount of GCDSA free storage (inc cushion)

        Lowest amount of GCDSA free storage (inc cushion).

      • getSmsgclfa

        java.lang.Long getSmsgclfa()
        Getter for field SMSGCLFA

        Largest free area in GCDSA

        Largest free area in GCDSA.

      • getSmsgdsatotal

        java.lang.Long getSmsgdsatotal()
        Getter for field SMSGDSATOTAL

        Total storage currently allocated to GDSAs

        The total amount of storage currently allocated to the DSAs above the bar.

      • getSmshwmgdsato

        java.lang.Long getSmshwmgdsato()
        Getter for field SMSHWMGDSATO

        Peak amount of storage allocated to GDSAs

        The peak amount of storage allocated to the DSAs above the bar.

      • getSmsetdsasz

        java.lang.Long getSmsetdsasz()
        Getter for field SMSETDSASZ

        Current size of ETDSA

        The current size of this DSA expressed in bytes.

      • getSmshwmetdsa

        java.lang.Long getSmshwmetdsa()
        Getter for field SMSHWMETDSA

        Peak size of ETDSA

        The peak size of this DSA expressed in bytes.

      • getSmsetcsize

        java.lang.Long getSmsetcsize()
        Getter for field SMSETCSIZE

        Current ETDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getSmsetgmreq

        java.lang.Long getSmsetgmreq()
        Getter for field SMSETGMREQ

        Number of ETDSA GETMAIN requests

        The number of GETMAIN requests associated with this DSA.

      • getSmsetfmreq

        java.lang.Long getSmsetfmreq()
        Getter for field SMSETFMREQ

        Number of ETDSA FREEMAIN requests

        The number of FREEMAIN requests associated with this DSA.

      • getSmsetasr

        java.lang.Long getSmsetasr()
        Getter for field SMSETASR

        Number of ETDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests associated with this DSA.

      • getSmsetdsr

        java.lang.Long getSmsetdsr()
        Getter for field SMSETDSR

        Number of ETDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests associated with this DSA.

      • getSmsetcriss

        java.lang.Long getSmsetcriss()
        Getter for field SMSETCRISS

        Number of ETDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSmsetucss

        java.lang.Long getSmsetucss()
        Getter for field SMSETUCSS

        Number of ETDSA requests suspended

        The number of times a ETDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getSmsethwmss

        java.lang.Long getSmsethwmss()
        Getter for field SMSETHWMSS

        Peak number of ETDSA requests suspended

        The peak number requests suspended for storage in this DSA.

      • getSmsetpwws

        java.lang.Long getSmsetpwws()
        Getter for field SMSETPWWS

        Number of ETDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getSmsetcrel

        java.lang.Long getSmsetcrel()
        Getter for field SMSETCREL

        Number of ETDSA cushion releases

        The number of cushion releases associated with this DSA.

      • getSmsettsos

        java.lang.String getSmsettsos()
        Getter for field SMSETTSOS

        Total time spent short-on-storage (SOS) in ETDSA

        The accumulated time that CICS has been short-on-storage in this DSA.

      • getSmsetsos

        java.lang.Long getSmsetsos()
        Getter for field SMSETSOS

        Number of times short-on-storage occurred in ETDSA

        The number of times CICS went short-on-storage (SOS) in this DSA; where SOS means either that the cushion is currently in use and/or there is at least one task suspended for storage.

      • getSmsetcsubp

        java.lang.Long getSmsetcsubp()
        Getter for field SMSETCSUBP

        Current number of ETDSA subpools

        The current number of subpools (domain and task) in this DSA.

      • getSmsetfstg

        java.lang.Long getSmsetfstg()
        Getter for field SMSETFSTG

        Size of ETDSA free storage including cushion

        The current amount of free storage in this DSA, expressed in KB.

      • getSmsethwmfstg

        java.lang.Long getSmsethwmfstg()
        Getter for field SMSETHWMFSTG

        Peak ETDSA free storage level

        The largest amount of free storage in this DSA since the last time that statistics were recorded.

      • getSmsetlwmfstg

        java.lang.Long getSmsetlwmfstg()
        Getter for field SMSETLWMFSTG

        Lowest ETDSA free storage level

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded.

      • getSmsetlfa

        java.lang.Long getSmsetlfa()
        Getter for field SMSETLFA

        Largest ETDSA free area

        The length of the largest contiguous free area of storage in this DSA expressed in bytes.

      • getSmsetsv

        java.lang.Long getSmsetsv()
        Getter for field SMSETSV

        Number of ETDSA storage violations

        The number of storage violations associated with this DSA.

      • getSmsetexts

        java.lang.Long getSmsetexts()
        Getter for field SMSETEXTS

        Number of ETDSA extents

        The number of extents associated with this DSA.

      • getSmsetextsa

        java.lang.Long getSmsetextsa()
        Getter for field SMSETEXTSA

        Number of ETDSA extents added

        The number of extents added to this DSA.

      • getSmsetextsr

        java.lang.Long getSmsetextsr()
        Getter for field SMSETEXTSR

        Number of ETDSA extents released

        The number of extents released by this DSA.

      • getSmsgdsalimit

        java.lang.Long getSmsgdsalimit()
        Getter for field SMSGDSALIMIT

        Current GDSA limit

        The current upper limit of the total amount of storage within which CICS can allocate the individual DSAs that reside above the bar.

      • getPctstgetdsa

        java.lang.String getPctstgetdsa()
        Getter for field PCTSTGETDSA

        Percentage of storage above 16MB in ETDSA

        The amount of storage for this DSA which is above the 16MB line expressed as a percentage.

      • getPpctstgetdsa

        java.lang.String getPpctstgetdsa()
        Getter for field PPCTSTGETDSA

        Peak percent in ETDSA of peak storage above 16MB

        The peak amount of storage allocated to this DSA above the 16MB line expressed as a percentage.

      • getPctetfree

        java.lang.String getPctetfree()
        Getter for field PCTETFREE

        Percentage of free storage in ETDSA

        The current amount of free storage in this DSA expressed as a percentage.

      • getPpctetfree

        java.lang.String getPpctetfree()
        Getter for field PPCTETFREE

        Peak percentage of free storage in ETDSA

        The peak amount of free storage in this DSA expressed as a percentage.

      • getLpctetfree

        java.lang.String getLpctetfree()
        Getter for field LPCTETFREE

        Lowest percentage of free storage in ETDSA

        The smallest amount of storage that is free in this DSA since the last time that statistics were recorded expressed as a percentage.

      • getPctlfaetdsa

        java.lang.String getPctlfaetdsa()
        Getter for field PCTLFAETDSA

        Largest percentage of free storage in ETDSA

        The percentage of storage that is unused in this DSA.

      • getEtrategm

        java.lang.String getEtrategm()
        Getter for field ETRATEGM

        ETDSA GETMAIN request rate

        The rate per second of ETDSA GETMAIN requests.

      • getEtratefm

        java.lang.String getEtratefm()
        Getter for field ETRATEFM

        ETDSA FREEMAIN request rate

        The rate per second of ETDSA FREEMAIN requests.

      • getEtnonimmget

        java.lang.Long getEtnonimmget()
        Getter for field ETNONIMMGET

        Number of ETDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPctetgmf

        java.lang.String getPctetgmf()
        Getter for field PCTETGMF

        Percentage of GETMAIN failures in ETDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPctetgmp

        java.lang.String getPctetgmp()
        Getter for field PCTETGMP

        Percentage of GETMAIN requests purged in ETDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getEtratecrel

        java.lang.String getEtratecrel()
        Getter for field ETRATECREL

        ETDSA cushion release rate

        The rate per second of ETDSA storage cushion releases.

      • getAvgTimeSOSInETDSA

        java.lang.String getAvgTimeSOSInETDSA()
        Getter for field ETAVGTIMESOS

        Average time spent short-on-storage in ETDSA

        The average time that CICS has been short-on-storage (SOS) in the extended trusted dynamic storage area (ETDSA).

      • getEtratestorv

        java.lang.String getEtratestorv()
        Getter for field ETRATESTORV

        ETDSA storage violation rate

        The rate per second of recorded storage violations for the ETDSA.

      • getEtrateextsa

        java.lang.String getEtrateextsa()
        Getter for field ETRATEEXTSA

        ETDSA extent increase rate

        The rate per second at which extents have been added to the ETDSA.

      • getEtrateextsr

        java.lang.String getEtrateextsr()
        Getter for field ETRATEEXTSR

        ETDSA extent release rate

        The rate per second at which extents have been released from the ETDSA.

      • getPctetcsh

        java.lang.String getPctetcsh()
        Getter for field PCTETCSH

        Percentage of cushion releases in ETDSA

        The number of cushion releases associated with this DSA expressed as a percentage.

      • getGUDSASize

        java.lang.Long getGUDSASize()
        Getter for field SMSGUDSASZ

        Current size of GUDSA

        The current size of this DSA expressed in bytes.

      • getPeakGUDSASize

        java.lang.Long getPeakGUDSASize()
        Getter for field SMSHWMGUDSA

        Peak size of GUDSA

        The peak size of this DSA expressed in bytes.

      • getGetmainsInGUDSA

        java.lang.Long getGetmainsInGUDSA()
        Getter for field SMSGUGMREQ

        Number of GUDSA GETMAIN requests

        The number of GETMAIN requests for this DSA.

      • getFreemainsInGUDSA

        java.lang.Long getFreemainsInGUDSA()
        Getter for field SMSGUFMREQ

        Number of GUDSA FREEMAIN requests

        The number of FREEMAIN requests for this DSA.

      • getGUDSASubpoolsAdded

        java.lang.Long getGUDSASubpoolsAdded()
        Getter for field SMSGUASR

        Number of GUDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests for this DSA.

      • getGUDSASubpoolsDeleted

        java.lang.Long getGUDSASubpoolsDeleted()
        Getter for field SMSGUDSR

        Number of GUDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests for this DSA.

      • getFailingGetmainsInGUDSA

        java.lang.Long getFailingGetmainsInGUDSA()
        Getter for field SMSGUCRISS

        Number of GUDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getGetmainsSuspendedInGUDSA

        java.lang.Long getGetmainsSuspendedInGUDSA()
        Getter for field SMSGUUCSS

        Number of GUDSA requests suspended

        The number of times a GUDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getGetmainsSuspendedForGUDSA

        java.lang.Long getGetmainsSuspendedForGUDSA()
        Getter for field SMSGUCSS

        Current requests suspended for GUDSA storage

        The current number of requests that have been suspended due to a shortage of storage.

      • getPeakSuspendedGetmainsInGUDSA

        java.lang.Long getPeakSuspendedGetmainsInGUDSA()
        Getter for field SMSGUHWMSS

        Peak number of GUDSA requests suspended

        The peak number requests suspended for a shortage of storage in this DSA.

      • getGetmainsPurgedInGUDSA

        java.lang.Long getGetmainsPurgedInGUDSA()
        Getter for field SMSGUPWWS

        Number of GUDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getTimesSOSInGUDSA

        java.lang.Long getTimesSOSInGUDSA()
        Getter for field SMSGUSOS

        Number of times short on storage occurred in GUDSA

        The number of times CICS went short on storage (SOS) in this DSA, where SOS means that the cushion is currently in use, or at least one task is suspended for storage, or both.

      • getTotalTimeSOSInGUDSA

        java.lang.String getTotalTimeSOSInGUDSA()
        Getter for field SMSGUTSOS

        Total time spent short on storage in the GUDSA

        The accumulated time that CICS has been short on storage in this DSA.

      • getGUDSASubpools

        java.lang.Long getGUDSASubpools()
        Getter for field SMSGUCSUBP

        Current number of subpools in GUDSA

        The current number of subpools (domain and task) in this DSA.

      • getGUDSAStorageViolations

        java.lang.Long getGUDSAStorageViolations()
        Getter for field SMSGUSV

        Number of GUDSA storage violations

        The number of GUDSA storage violations.

      • getPercent64BitStorageInGUDSA

        java.lang.String getPercent64BitStorageInGUDSA()
        Getter for field PCTSTGGUDSA

        Percentage of storage above the bar in GUDSA

        The amount of storage for this DSA which is above the bar expressed as a percentage.

      • getPeakPercent64BitStorageInGUDSA

        java.lang.String getPeakPercent64BitStorageInGUDSA()
        Getter for field PPCTSTGGUDSA

        Peak percentage in GUDSA of storage above the bar

        The peak amount of storage allocated to this DSA above the bar expressed as a percentage.

      • getGetmainRateInGUDSA

        java.lang.String getGetmainRateInGUDSA()
        Getter for field GURATEGM

        GUDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getFreemainRateInGUDSA

        java.lang.String getFreemainRateInGUDSA()
        Getter for field GURATEFM

        GUDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getUnsatisfiedGetmainsInGUDSA

        java.lang.Long getUnsatisfiedGetmainsInGUDSA()
        Getter for field GUNONIMMGET

        Number of GUDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPercentFailingGetmainsInGUDSA

        java.lang.String getPercentFailingGetmainsInGUDSA()
        Getter for field PCTGUGMF

        Percentage of GETMAIN failures in GUDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPercentPurgedGetmainsInGUDSA

        java.lang.String getPercentPurgedGetmainsInGUDSA()
        Getter for field PCTGUGMP

        Percentage of GETMAIN requests purged in GUDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getAvgTimeSOSInGUDSA

        java.lang.String getAvgTimeSOSInGUDSA()
        Getter for field GUAVGTIMESOS

        Average time spent short on storage (SOS) in GUDSA

        The average time that CICS has been short on storage (SOS) in the GUDSA.

      • getGUDSAStorageViolationRate

        java.lang.String getGUDSAStorageViolationRate()
        Getter for field GURATESTORV

        GUDSA storage violation rate

        The rate per second of recorded storage violations for this DSA.

      • getGUDSACushionSize

        java.lang.Long getGUDSACushionSize()
        Getter for field SMSGUCSIZE

        Current GUDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getGUDSACushionReleases

        java.lang.Long getGUDSACushionReleases()
        Getter for field SMSGUCREL

        Number of GUDSA cushion releases

        Number of cushion releases.

      • getGUDSAFreeStorage

        java.lang.Long getGUDSAFreeStorage()
        Getter for field SMSGUFSTG

        GUDSA Free storage

        GUDSA Free storage.

      • getPeakGUDSAFreeStorage

        java.lang.Long getPeakGUDSAFreeStorage()
        Getter for field SMSHWMGUFSTG

        Peak amount of GUDSA free storage (inc cushion)

        The peak amount of GUDSA free storage (inc cushion).

      • getLWMFreeStorageInGUDSA

        java.lang.Long getLWMFreeStorageInGUDSA()
        Getter for field SMSLWMGUFSTG

        Lowest amount of GUDSA free storage (inc cushion)

        Lowest amount of GUDSA free storage (inc cushion).

      • getGUDSALargestFreeArea

        java.lang.Long getGUDSALargestFreeArea()
        Getter for field SMSGULFA

        Largest free area in GUDSA

        Largest free area in GUDSA.

      • getGSDSASize

        java.lang.Long getGSDSASize()
        Getter for field SMSGSDSASZ

        Current size of GSDSA

        The current size of this DSA expressed in bytes.

      • getPeakGSDSASize

        java.lang.Long getPeakGSDSASize()
        Getter for field SMSHWMGSDSA

        Peak size of GSDSA

        The peak size of this DSA expressed in bytes.

      • getGetmainsInGSDSA

        java.lang.Long getGetmainsInGSDSA()
        Getter for field SMSGSGMREQ

        Number of GSDSA GETMAIN requests

        The number of GETMAIN requests for this DSA.

      • getFreemainsInGSDSA

        java.lang.Long getFreemainsInGSDSA()
        Getter for field SMSGSFMREQ

        Number of GSDSA FREEMAIN requests

        The number of FREEMAIN requests for this DSA.

      • getGSDSASubpoolsAdded

        java.lang.Long getGSDSASubpoolsAdded()
        Getter for field SMSGSASR

        Number of GSDSA ADD_SUBPOOL requests

        The number of ADD_SUBPOOL requests for this DSA.

      • getGSDSASubpoolsDeleted

        java.lang.Long getGSDSASubpoolsDeleted()
        Getter for field SMSGSDSR

        Number of GSDSA DELETE_SUBPOOL requests

        The number of DELETE_SUBPOOL requests for this DSA.

      • getFailingGetmainsInGSDSA

        java.lang.Long getFailingGetmainsInGSDSA()
        Getter for field SMSGSCRISS

        Number of GSDSA requests failing with no storage

        The number of times requests failed because of a short on storage (SOS) condition in this DSA.

      • getSuspendedGetmainsInGSDSA

        java.lang.Long getSuspendedGetmainsInGSDSA()
        Getter for field SMSGSUCSS

        Number of GSDSA requests suspended

        The number of times a GSDSA request with SUSPEND(YES) was suspended because of insufficient storage.

      • getGetmainsSuspendedForGSDSA

        java.lang.Long getGetmainsSuspendedForGSDSA()
        Getter for field SMSGSCSS

        Current requests suspended for GSDSA storage

        The current number of requests that have been suspended due to a shortage of storage.

      • getPeakSuspendedGetmainsInGSDSA

        java.lang.Long getPeakSuspendedGetmainsInGSDSA()
        Getter for field SMSGSHWMSS

        Peak number of GSDSA requests suspended

        The peak number requests suspended for a shortage of storage in this DSA.

      • getPurgedGetmainsInGSDSA

        java.lang.Long getPurgedGetmainsInGSDSA()
        Getter for field SMSGSPWWS

        Number of GSDSA requests purged

        The number of requests that were purged while suspended for storage in this DSA.

      • getTimesSOSInGSDSA

        java.lang.Long getTimesSOSInGSDSA()
        Getter for field SMSGSSOS

        Number of times short on storage occurred in GSDSA

        The number of times CICS went short on storage (SOS) in this DSA, where SOS means that the cushion is currently in use, or at least one task is suspended for storage, or both.

      • getTotalTimeSOSInGSDSA

        java.lang.String getTotalTimeSOSInGSDSA()
        Getter for field SMSGSTSOS

        Total time spent short on storage in the GSDSA

        The accumulated time that CICS has been short on storage in this DSA.

      • getGSDSASubpools

        java.lang.Long getGSDSASubpools()
        Getter for field SMSGSCSUBP

        Current number of subpools in GSDSA

        The current number of subpools (domain and task) in this DSA.

      • getGSDSAStorageViolations

        java.lang.Long getGSDSAStorageViolations()
        Getter for field SMSGSSV

        Number of GSDSA storage violations

        The number of GSDSA storage violations.

      • getPercent64BitStorageInGSDSA

        java.lang.String getPercent64BitStorageInGSDSA()
        Getter for field PCTSTGGSDSA

        Percentage of storage above the bar in GSDSA

        The amount of storage for this DSA which is above the bar expressed as a percentage.

      • getPeakPercent64BitStorageInGSDSA

        java.lang.String getPeakPercent64BitStorageInGSDSA()
        Getter for field PPCTSTGGSDSA

        Peak percentage in GSDSA of storage above the bar

        The peak amount of storage allocated to this DSA above the bar expressed as a percentage.

      • getGetmainRateInGSDSA

        java.lang.String getGetmainRateInGSDSA()
        Getter for field GSRATEGM

        GSDSA GETMAIN request rate

        The rate per second of GETMAIN requests for this DSA.

      • getFreemainRateInGSDSA

        java.lang.String getFreemainRateInGSDSA()
        Getter for field GSRATEFM

        GSDSA FREEMAIN request rate

        The rate per second of FREEMAIN requests for this DSA.

      • getUnsatisfiedGetmainsInGSDSA

        java.lang.Long getUnsatisfiedGetmainsInGSDSA()
        Getter for field GSNONIMMGET

        Number of GSDSA non-immediate GETMAIN requests

        The number of non-immediate GETMAIN requests associated with this DSA.

      • getPercentFailingGetmainsInGSDSA

        java.lang.String getPercentFailingGetmainsInGSDSA()
        Getter for field PCTGSGMF

        Percentage of GETMAIN failures in GSDSA

        The number of GETMAIN requests which failed in this DSA expressed as a percentage.

      • getPercentPurgedGetmainsInGSDSA

        java.lang.String getPercentPurgedGetmainsInGSDSA()
        Getter for field PCTGSGMP

        Percentage of GETMAIN requests purged in GSDSA

        The number of GETMAIN requests which were purged in this DSA expressed as a percentage.

      • getAvgTimeSOSInGSDSA

        java.lang.String getAvgTimeSOSInGSDSA()
        Getter for field GSAVGTIMESOS

        Average time spent short on storage (SOS) in GSDSA

        The average time that CICS has been short on storage (SOS) in the GSDSA.

      • getGSDSAStorageViolationRate

        java.lang.String getGSDSAStorageViolationRate()
        Getter for field GSRATESTORV

        GSDSA storage violation rate

        The rate per second of recorded storage violations for this DSA.

      • getGSDSACushionSize

        java.lang.Long getGSDSACushionSize()
        Getter for field SMSGSCSIZE

        Current GSDSA cushion size

        The size in bytes of the cushion for this DSA. The cushion is the amount of storage below which CICS goes short on storage.

      • getGSDSACushionReleases

        java.lang.Long getGSDSACushionReleases()
        Getter for field SMSGSCREL

        Number of GSDSA cushion releases

        Number of cushion releases.

      • getGSDSAFreeStorage

        java.lang.Long getGSDSAFreeStorage()
        Getter for field SMSGSFSTG

        GSDSA Free storage

        GSDSA Free storage.

      • getPeakGSDSAFreeStorage

        java.lang.Long getPeakGSDSAFreeStorage()
        Getter for field SMSHWMGSFSTG

        Peak amount of GSDSA free storage (inc cushion)

        The peak amount of GSDSA free storage (inc cushion).

      • getLWMFreeStorageInGSDSA

        java.lang.Long getLWMFreeStorageInGSDSA()
        Getter for field SMSLWMGSFSTG

        Lowest amount of GSDSA free storage (inc cushion)

        Lowest amount of GSDSA free storage (inc cushion).

      • getGSDSALargestFreeArea

        java.lang.Long getGSDSALargestFreeArea()
        Getter for field SMSGSLFA

        Largest free area in GSDSA

        Largest free area in GSDSA.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.