CICSDSARecordType

CICSDSA Record

Fields

CICSRelease (String)
accesstype (String)

The type of access for this dynamic storage area (CICS, USER, READONLY,TRUSTED). If storage protection is not active, all storage areas have an access type of CICS except those in the ERDSA.

asactive (Long)

The current address space storage that can be addressed.

asubtotl (Long)

The number of requests to create a domain or task subpool from this dynamic storage area.

atbcushlimit (Long)

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

atbcushrels (Long)

The number of cushion releases associated with GDSA.

cumcmnssusrs (Long)

The cumulative number of common subspace user requests for this CICS execution.

cumunqssusrs (Long)

The cumulative number of unique subspace task requests for this CICS execution.

curcmnssusrs (Long)

The current number of common subspace user requests.

curralloc (Long)

The current amount of DSA allocated.

curunqssusrs (Long)

The current number of unique subspace user requests.

cushion (Long)

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

Input Values: 0 - DSASIZE value

dsubtotl (Long)

The number of requests to delete a domain or task subpool from this dynamic storage area.

extentsadded (Long)

The number of extents added to the DSA.

extentscurr (Long)

The number of extents allocated to the DSA.

extentsdeltd (Long)

The number of extents deleted from the page pool.

fremtotl (Long)

The number of FREEMAIN requests for this dynamic storage area.

gdsaactive (Long)

The amount of storage available for use above the bar.

getmtotl (Long)

The number of GETMAIN requests from this dynamic storage area.

getstorsize (Long)

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

hwmalloc (Long)

The largest amount of DSA allocated at any one time.

hwmasactive (Long)

The peak address space storage that could be addressed.

hwmcmnssusrs (Long)

The largest number of common subspace user requests at any one time.

hwmfree (Long)

The largest amount of storage that was free at any one time.

hwmgdsaactiv (Long)

The peak amount of storage available for use above the bar.

hwmunqssusrs (Long)

The largest number of unique subspace user requests at any one time.

limit (Long)

The maximum amount of storage, as a total number of bytes, within which CICS can dynamically allocate storage for all of the DSAs residing on the same side of the 16MB boundary.

The value shown is either the DSA limit for the RDSA, UDSA, CDSA and SDSA, or the EDSA limit for the ERDSA, EUDSA, ECDSA, ESDSA, and ETDSA. It is zero for DSAs located above the bar.

If you set a new value lower than the current limit, CICS might not implement the new limit immediately, but attempts to do so over time as storage is freed. CICS rounds up the value you supply to the next multiple of 256KB for the DSA limit and to the next multiple of 1MB for the EDSA limit.

Input Values for the DSA limit: 2,097,152 to 16,777,216

Input Values for the EDSA limit: 50,331,648 to 2,146,435,072

location (String)

Indicates where this dynamic storage area is located, either above or below the 16MB line, or above the bar.

lwmfree (Long)

The smallest amount of storage that was free at any one time.

memlimit (NaLongType)

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.

name (String)

The name of the dynamic storage area, as one of the following:

RDSA, UDSA, CDSA, SDSA, ERDSA, EUDSA, ECDSA, ESDSA, ETDSA, GCDSA, GUDSA, GSDSA, PCDSA, PUDSA, EPCDSA, EPUDSA

nstgcurr (Long)

The number of GETMAIN requests currently suspended for insufficient storage.

nstgtotl (Long)

The number of times a GETMAIN request with SUSPEND(NO) returned an insufficient storage condition.

pctfree (String)

Available percent of total space of DSA calculated from the DSA or EDSA limit size value. This data has no meaning for above the bar storage.

pgmoniu (Long)

The amount of storage in this dynamic storage area that is occupied by Not-In-Use (NIU) programs.

poolpctfree (String)

Available amount of space from all DSA pool allocations above or below the 16M line. This data has no meaning for above the bar storage.

regionName (String)
reqswaitmvs (Long)

The number of requests for MVS storage causing waits.

rntpgprotect (String)

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

size (Long)

The size of the dynamic storage area in bytes.

stgcrelc (Long)

The number of times a GETMAIN request caused the storage cushion to be released. The cushion is considered released when the number of free pages drops below the number of pages in the cushion.

stgfsize (Long)

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

stghwm (Long)

The peak size of the DSA.

stglsize (Long)

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

stgnsubp (Long)

The current number of domain or task subpools in this dynamic storage area.

stgprotect (String)

Specifies whether the Storage Protection option was chosen for this execution of the CICS system. If storage protection is active CICS observes storage and execution keys that are specified in system and resource definitions.

stgpwcnt (Long)

The number of GETMAIN requests that were purged while suspended for insufficient storage.

stgshwm (Long)

The maximum number of GETMAIN requests suspended for insufficient storage at any one time.

stgsosc (Long)

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

stgsost (String)

The total amount of time that CICS has been short on storage (SOS) in this dynamic storage area.

stgstotl (Long)

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

stgvtotl (Long)

The number of storage violations recorded in this dynamic storage area.

timewaitmvs (String)

The total amount of time that CICS has been waiting for storage in this dynamic storage area.

trnisolation (String)

The task-lifetime storage of programs that are defined with EXECKEY(USER) are protected from other EXECKEY(USER) programs both reading and writing if this is active.