
Job Accounting Reports by Job (TSIDJAC)
11-8 User Reference
Job Accounting Reports by Job (TSIDJAC)
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 this report to find out when a particular job was run (did they really run payroll twice last
night?) and what resources it used (my inventory program used 100% of my CPU?). Statistics
include start and end times, duration, partition ID, CPU time, overhead, and I/O activity.
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=volser,SHR
// DLBL SORTWK1,'==.sortwk1'
// EXTENT SYS001
// TLBL SYS005,'daily.recorder.backup'
// EXEC TSIDJAC
/*
None
SYS005 identifies the dataset to be used as input. You can use either the Recorder Backup or
History dataset.
SORTWK1 identifies a sort work area for an internal sort. You must provide an ASSGN and
a dummy EXTENT statement.
None
// 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
/*
/&
Description
JCL Requirements
UPSI Values
Dataset
Requirements
Control Statements
Example
Comentarios a estos manuales