
Job Time Activity Report (TSIDJAC)
11-8 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
Job Time Activity Report (TSIDJAC)
Description TSIDJAC produces the Job Time Activity report, which reports machine
use statistics by job. Statistics are detailed by job step with totals for each
job. In addition, a grand total is generated for all jobs.
Use the Job Time Activity report to find out when a particular job was
run. For example, you can provide information detailing the resources
used, such as did the inventory program use 100% of the CPU. Statistics
include start and end times, duration, partition ID, CPU time, overhead,
and I/O activity.
JCL
Requirements
The following is an example of the JCL requirements for a Job Time
Activity report.
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'==.sortwk1'
// EXTENT SYS001
// TLBL SYS005,'daily.recorder.backup'
// EXEC TSIDJAC
/*
UPSI Values There are no UPSI values
Dataset
Requirements
SYS005 identifies the dataset used as input. You can use either the
Recorder File backup or the Recorder History dataset.
SORTWK1 identifies a sort work area for an internal sort. You must
provide an ASSGN and a dummy EXTENT statement.
Control
Statements
TSIDJAC does not require any control statements.
Example The following example creates a Job Time Activity report.
// JOB TSIDJAC JOB ACTIVITY
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=WORK01,SHR
// DLBL SORTWK1,'===.SORTWK1'
// EXTENT SYS001
// TLBL SYS005,'DAILY.RCDR.BACKUP'
// EXEC TSIDJAC
/*
/&
Komentarze do niniejszej Instrukcji