How to convert the BLKCNT value of a TMSGRW report to a MB or GB value.
search cancel

How to convert the BLKCNT value of a TMSGRW report to a MB or GB value.

book

Article ID: 253616

calendar_today

Updated On:

Products

CA 1 Flexible Storage

Issue/Introduction

Is there a formula to convert the BLKCNT values generated by a TMSGRW report to MB or GB scaled values? I need to generate a report for the total GB of tape storage used for tape backups (such as DFHSM and FDR). 

 

Environment

Release : 14.0

Resolution

The TMSGRW utility does not allow for mathematical calculations of values, but the EARL reporting feature of CA1 can be used to create reports of tape usage, and which allow mathematical operations on the numeric data values (such as conversions to MB or GB).  More info on the EARL reporting feature of CA1 can be found here.  (the sample report TMETPUSE found in the CA1 **.CTAPJCL data set can be used as a starting point in creating a report).

Additionally, the following CA1 doc info can be used to help in creating EARL code to filter on data set names (such as for DFHSM, FDR, etc.) to either include or exclude certain data sets from further processing:

CTSEPM Advanced Pattern Masking Subroutine:  here.

CA 1 Pattern Masking Feature: here.

Example 8 - CTETEVLT: here.