11.01.2013 Views

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

6.24 Enhanced catalog sharing<br />

MVS 1<br />

VVR<br />

Coupling<br />

Facility<br />

MVS 2<br />

VVR<br />

Figure 6-38 DFSMS enhanced catalog sharing<br />

CATALOG<br />

Conditions for ECS:<br />

ECSHARING in IDCAMS DEFINE/ALTER<br />

Active connection to ECS CF structure<br />

Activate ECS through MVS command:<br />

MODIFY CATALOG,ECSHR(AUTOADD)<br />

Enhanced catalog sharing (ECS)<br />

In 6.9, “Sharing catalogs across systems” on page 343, sharing catalogs across multiple<br />

systems is discussed. A catalog uses its specific VVR to serialize the access from multiple<br />

systems. Reading serialization information from the VVR on the DASD causes a significant<br />

amount <strong>of</strong> overhead for I/O operations. However, it is better to have this VVR than to discard<br />

the catalog buffers, when in shared catalog mode. This is called VVDS mode.<br />

Most <strong>of</strong> the overhead associated with shared catalog is eliminated if you use enhanced<br />

catalog sharing (ECS). ECS uses a cache Coupling Facility structure to keep the special<br />

VVR. In addition, the Coupling Facility structure (as defined in CFRM) keeps a copy <strong>of</strong><br />

updated records. There is no I/O necessary to read the catalog VVR to verify the updates. In<br />

addition, the eventual modifications are also kept in the Coupling Facility structure, thereby<br />

avoiding more I/O. ECS saves about 50% in elapsed time and provides an enormous<br />

reduction in ENQ/Reserves.<br />

Implementing enhanced catalog sharing<br />

Perform these steps to implement ECS:<br />

1. Define a Coupling Facility cache structure with the name SYSIGGCAS_ECS in the CFRM<br />

couple data set and activate this CFRM policy.<br />

This action connects all ECS-eligible systems to the ECS structure.<br />

Chapter 6. Catalogs 375

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!