VSAM History File Space Recommendation for CA XCOM for z/OS
search cancel

VSAM History File Space Recommendation for CA XCOM for z/OS

book

Article ID: 122745

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - z/OS

Issue/Introduction

How to determine utilization for the VSAM History file. Where is the documentation on how to determine the right sizes for everything VSAM related for the history file?

Environment

Release: XCOM..00200-12.0-XCOM Data Transport-for z/OS
Component: xcmvs

Resolution

  1. Estimate the maximum number of history records.
  2. Maintain your history file at regular intervals to backup and remove older records.
  3. It is very important to use the DEFAULTS we ship for the history files, particularly for the DATA component's CISIZE and parameters for the AIX datasets, except for the number of CYLINDERS, of course.
  4. The member CAI.CBXGJCL(DEFHIST) contains sample JCL to build the CA XCOM Data Transport History File and its associated indices and paths.  We make recommendations to use CISIZE 8192 to obtain a 1:1 ratio of records to CIs in VSAM for random access performance reasons. 
  5. We do not recommend how to size your history file.  Allocate your history file by specifying the number of RECORDS instead of CYLINDERS with the primary being the maximum number of history records you anticipate having and the secondary being the overflow protection. Then VSAM will do the calculation for you and add any additional bytes needed. 


IMPORTANT NOTE: Increasing the CISIZE above our recommended CISZ(8192)) will cause a lot of wasted space and I/O.

Additional Information

Sample XCOMUTIL History File Purge Job (Member XCOMUTIL)

The member CAI.CBXGJCL(XCOMUTIL) contains sample JCL to maintain your history file at regular intervals.

If you want an explanation of how VSAM is managing the actual DASD space, consult IBM VSAM support. XCOM has no influence over how much space VSAM uses to store data on varying DASD devices. IDCAMS is the utility used to reload the VSAM XCOMHIST dataset from the flat file archive processed by the XCOMUTIL program.