Memorex LOCK - VERSION 2-24 Informations techniques Page 419

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 568
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 418
Maintaining the Job Accounting Database
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
11-9
Maintaining the Job Accounting Database
Description TSIDJLD creates and maintains a job accounting database.
You can access this database through CICS with the online access to the
Job Accounting database (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 copybook, TSIDOJA.C,
is provided.
TSIDJLD uses a VSAM KSDS to store data. See the BIM-EPIC
Installation and System Guide for additional information on creating a
database.
JCL
Requirements
The following is an example of the JCL requirements for maintaining the
Job Accounting 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
/*
UPSI Values There are no UPSI values.
Dataset
Requirements
SYS005 identifies the input dataset. You can use either the Recorder
Backup file 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
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.
Vue de la page 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 567 568

Commentaires sur ces manuels

Pas de commentaire