Previous Topic: 3.1 Standard Analysis ReportsNext Topic: 3.1.2 VM Performance Overview Report


3.1.1 Running Standard Analysis Reports

 The CA MICS Analyzer Option for VM/CMS provides batch
 reporting.  The following JCL can be used to produce VM batch
 reports:
 
    //REPORT EXEC MICSSHRx
    //SYSIN  DD   *
     %VMCRPT(REPORT=01,BEGIN=hh:mm:ss,END=hh:mm:ss,
             PERSIZE=minutes,CYCLE=nn,
             ID=optional title line)
    /*
 
 REPORT specifies the report to be run; nn is the report
 number as listed in Section 3.1.2.  For example, to run the
 VM/ESA Performance Overview Report, specify REPORT=01.   The default value for this parameter is 0
 
 BEGIN and END specify the time period for the report.  If
 multiple days are present in the cycle, all days containing
 this time period are reported.  The default values for
 BEGIN and END are 09:00:00 and 17:00:00 respectively.
 
 PERSIZE specifies the length of the reporting period in
 minutes.  This specification allows the DETAIL data to be summarized to a
 level greater than the monitor recording interval.  The
 default value for PERSIZE is 60 minutes.
 
 CYCLE specifies the DETAIL cycle that is reported.  The
 default value is 01.
 
 ID provides an extra title line for the printed report.
 There is no default value for ID.