Previous Topic: Sample JCL

Next Topic: Sample Output from Canned Reports

Canned Report Keywords

All canned reports shipped with CA SYSVIEW support the following keyword parameters:

EACH

Determines the length of each reporting interval, which can be one of the following:

Default: DAY

FROM

Determines the starting timestamp for SMF record selection. The SELECT-PROC subroutine uses FROM to exclude SMF records that have timestamps earlier than the provided value. The timestamp is specified as YYYY/MM/DD-HH:MM.

Default: ALL, which allows all records to be selected.

SHIFT

Determines the time range for selecting data. The SELECT-PROC subroutine uses this range to exclude SMF records which do not fall within the specified time range. The range is specified as h1:m1 h2:m2.

If h1:m1 is greater than h2:m2, then two time ranges are assumed: h2:m2 24:00 and 00:00 h1:m1.

Default: 00:00 24:00

TO

Determines the ending timestamp for SMF record selection. The SELECT-PROC subroutine uses TO to exclude SMF records that have timestamps later than the provided value. The timestamp is specified as YYYY/MM/DD-HH:MM.

Default: ALL, which allows all records to be selected.