
Maintaining the Job Accounting Database
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
11-11
Examples The following example adds all information from the Recorder Backup
file to the database.
// JOB TSIDJLD UPDATE THE JOB ACCTNG DATA BASE
// ASSGN SYS003,SYSIPT
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=WORK01,SHR
// TLBL SYS005,'DAILY.RCDR.BACKUP'
// DLBL SORTWK1,'===.SORTWK1'
// EXTENT SYS001
// DLBL TSIJADB,'TSIJADB.JOB.ACCOUNT',,VSAM,CAT=UCAT
// EXEC TSIDJLD,SIZE=TSIDJLD
ADD
/*
/&
The following example deletes all jobs started on or before December 31,
1994 and adds all information from the Recorder Backup file to the
database.
// JOB TSIDJLD UPDATE THE JOB ACCTNG DATA BASE
// ASSGN SYS003,SYSIPT
// ASSGN SYS004,SYSLST
// ASSGN SYS001,DISK,VOL=WORK01,SHR
// TLBL SYS005,'DAILY.RCDR.BACKUP'
// DLBL SORTWK1,'===.SORTWK1'
// EXTENT SYS001
// DLBL TSIJADB,'TSIJADB.JOB.ACCOUNT',,VSAM,CAT=UCAT
// EXEC TSIDJLD,SIZE=TSIDJLD
ADD
DEL 12/31/1997
/*
/&
jobname Specifies a particular job to be added to or deleted
from the database. You can specify a generic job
name by ending the name with an asterisk. For
example, specify TST* to process all jobs beginning
with TST. All occurrences of that job or those jobs
are added or deleted. If the job name is omitted, all
jobs on the Recorder Backup file or the Recorder
History dataset are added or all jobs matching the
dates specified in bytes 12 through 32 are deleted.
mm/dd/yyyy Adds or deletes jobs started on or after this date.
You must use a 2-digit month, day, and a 4-digit
year, for example, 01/05/1997, in bytes 12 through
21.
mm/dd/yyyy Adds or deletes jobs started on or before this date.
You must use a 2-digit month, a 2-digit day, and a
4-digit year, for example, 01/05/1997, in bytes 23
through 32.
Parameter Definition
Komentáře k této Příručce