Memorex LOCK - VERSION 2-24 Dokumentacja Strona 352

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 489
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 351
Maintaining the Job Accounting Database (TSIDJLD)
11-10 User Reference
Maintaining the Job Accounting Database (TSIDJLD)
TSIDJLD creates and maintains a job accounting database.
You can access this database through CICS with the TOJA transaction. You can also develop
your own reports and CICS transactions to access this data. To help you develop your own
access to this data, a COBOL copy book (TSIDOJA.C) is provided.
TSIDJLD uses a VSAM KSDS to store its data. See the BIM-EPIC Installation and System
Guide, "Initializing the Job Accounting Database" to create the database.
// ASSGN SYS003,SYSIPT
// ASSGN SYS004,SYSLST
// ASSGN SYS005,cuu
// ASSGN SYS001,DISK,VOL=
volser
,SHR
// DLBL SORTWK1,'===.sortwk1'
// EXTENT SYS001
// DLBL TSIJADB,'epicjadb.job.account',,VSAM,CAT=ucat
// TLBL SYS005,'daily.recorder.backup' (or)
// DLBL SYS005,'daily.recorder.backup'
// EXEC TSIDJLD
control cards
/*
None
SYS005 identifies the input dataset. You can use either the Recorder Backup or the Recorder
History dataset.
TSIJADB identifies the database file that will be produced as output. This dataset is a VSAM
KSDS, and must be defined prior to running TSIDJLD.
SORTWK1 identifies a sort work area for an internal sort. You must provide an ASSGN and
a dummy EXTENT statement.
Control statements indicate what data is to be added to or deleted from the database. You can
submit up to 95 control statements per execution. All fields are positional.
A control statement is required. All parameters are optional. When a field is omitted,
TSIDJLD uses all relevant data.
You can submit both ADD and DEL control statements in the same execution. All deletes are
performed before new information is added.
Description
JCL Requirements
UPSI Values
Dataset
Requirements
Control Statements
Przeglądanie stron 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 488 489

Komentarze do niniejszej Instrukcji

Brak uwag