How to find the size of a COVERED or VIRTUAL area
search cancel

How to find the size of a COVERED or VIRTUAL area

book

Article ID: 10580

calendar_today

Updated On:

Products

Datacom DATACOM - AD CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

The maximum size of a MRDF area can be defined using the COVERED or VIRTUAL MUF startup parameter or when using the COVERED_ADD command.

However it can be useful to know how much memory is actually used for each area.

 



Environment

Release: DBCISF00200-15.1-Datacom-Database-Option for CICS Services
Component:

Resolution

Memory Resident Data Facility Summary Information (M R D F SUMMARY INFORMATION) report generated at MUF EOJ (or by a ALL_INFO_REPORT command) contains the requested info. 

 

The following query returns useful info too:

SELECT DBID, AREA_NAME, DATASPACE, MEMORY_SIZE,
       BLOCKS_MAXIMUM, BLOCKS_CURRENT          
FROM SYSADM.MUF_COVEREDVIRTUAL;   

 

 

Additional Information

See Memory Resident Data Facility Summary Information report on DocOps for details.