Previous Topic: 2. Running CA IDMS/DB AuditNext Topic: Restarting CA IDMS/DB Audit


Key to Sample z/VSE JCL to Run CA IDMS/DB Audit

vsam.dbkhash — The data set name of the VSAM file for the db-key table. This file is needed only if you specify DISK in the AUDIT statement. You must pre-define this file by using the IDCAMS control statements.

volser — The volume serial number or generic assignment of the disk volume on which the file, as specified in the preceding DLBL statement, resides.

rel-trk-blk — Relative track or relative block number: the starting position on the DASD for storage of the work file specified in the previous statement.

amount — The space allocation you need to store the file specified in the previous statement. Refer to the specific information on estimating space earlier in this chapter.

vsam.dbksave — The data set name of the VSAM file for the db-key save table. This file is needed only if you specify DISK in the AUDIT statement. You must pre-define this file by using the IDCAMS control statements.

user.dbfil01/user.dbfilnn — The file ID of each of the database files to be accessed.

SYSnnn — The programmer logical units of the database files to be accessed.

extract — The data set name assigned to your extract file.

workfile — The data set name assigned to your work file.

indxwork — The data set name assigned to your integrated index work file. This file is needed only if you are auditing or fixing integrated index sets.

indxextr — The data set name assigned to your integrated index extract file. This file is needed only if you are auditing or fixing integrated index sets.

dbkywork — The data set name assigned to your db-key work file. This file is needed only if you are auditing or fixing integrated index sets, and you have mandatory-automatic integrated index sets.

uuu — SYS007 must be assigned to a second SYSLST device (uuu).

tool.loadlib — The data set name of the core image library in which your DMCL and subschema reside.

tool.sublib/idms.sublib — The sublibrary name of the z/VSE library specified in the previous file name.

subschema-name... — The parameters you specify to execute CA IDMS/DB Audit.

Figure 5.12: Key to Figure 5.11