3. REPORTS › 3.1 Standard Analysis Reports › 3.1.1 TSO Summary Reports › 3.1.1.5 Running the TSO Summary Reports › 3.1.1.5.1 JCL Requirements
3.1.1.5.1 JCL Requirements
The TSO Summary Report program parallels, as closely as
possible, a report request made using the TSO/MON Summary
Subsystem.
The TSO Summary Reports are produced as a part of the regular
monthly reports. The JCL resides in the MONTHRPT member of
prefix.MICS.CNTL.
The three SAS MACROs that control the TSO Summary Report
execution are:
1 System Summary Report:
o _TSOTSO - This defines the input range for the TSO
System Summary Report. The default is to
use cycles 1-4. Thus, the default report
describes the previous four months.
2 User Summary Report:
o _TSOTSU - This defines the input range for the TSO
User and Group Summary Reports. The report
is delivered turned off (USER=N). When
activated, the report defaults to cycle 0.
Thus, the default time selection is the
current month to date file.
3 Application Summary Report:
o _TSOTSI - This defines the input range for the TSO
Application Summary Report. The report is
delivered turned off (APPL=N). When
activated, the report defaults to cycle 0.
Thus, the default time selection is the
current month to date file.
These 3 macros are in sharedprefix.MICS.INCLLIB member name
MONTH400 and may be changed as needed. When specifying
_TSOTSO, _TSOTSU, or _TSOTSI, you should specify only the
cycles that will be used in the report. For example, a TSO
System Summary Report for August, 1987 through November,
1987, where May 1987 is the base and November 1987 is
TSOTSO02, would use the following definition:
MACRO _TSOTSO
&TSOM..TSOTSO02 &TSOM..TSOTSO03 &TSOM..TSOTSO04
&TSOM..TSOTSO05 &TSOM..TSOTSO08 %
If the cycles to be reported are not online, the monthly
archive tape may be used by overriding the MONTHS DD card in
the MICSSHRx procedure as shown below:
//MICS.MONTHS DD DSN=tapeprefix.MICS.HISTM.TSOTSO(0),DISP=SHR