Previous Topic: ParametersNext Topic: Report selection parameters


Examples

The parameters below select only those tasks for which the first-level program was written in CA ADS or COBOL that ran on June 7, 2010, during prime time (between 9 a.m. and 5 p.m.), and that used more than 2.5 seconds of CPU time.

TYPE          ADS/O
TYPE          COBOL
FROM 09:00 ON 10158 THRU 17:00 ON 10158
CPU TIME      2.5000

The parameters below select only those executions of tasks CSFDURLJ and CSFDUMVJ that issued more than 30 database calls and that abended with DC/UCF task abend code D004 (indicating that the task took more CPU time than was allowed). No time or date parameters are specified, so the entire period represented by the input file is considered.

TASK          CSFDURLJ
TASK          CSFDUMVJ
ABORT CODE    D004
DB CALLS      30