//*
//STEPLIB DD DSN=Database.Manager.load.library,DISP=SHR
//DD DSN=Archive.Manager.load.library,DISP=SHR
//*
//OTASxxxx DD DSN=Archive.Manager.index.dataset,DISP=SHR
//SYSIN | DD | DSN=Execution.parameter.file,DISP=SHR |
//SQLIN | DD | DSN=Table.identification.file,DISP=SHR |
//SYSPRINT | DD | SYSOUT=* |
//* |
|
|
DD entries should be specified as follows:
STEPLIB: Enter the names of the DB2 Manager and Archive Manager product load libraries.
OTASxxxx: Enter the name of the primary index dataset of the Archive Manager database used for storage of objects from the DB2 table being analyzed by the utility. ‘xxxx’ should be set to the 4- character value used to identify the Archive Manager database in the DB2 Manager control region procedure (see “Perform MVS host system modifications” on page 21).
SYSPRINT: This entry is used for all print reports created during utility execution.
SYSIN: This is a sequential dataset or
SQLIN: This is a sequential dataset or
SYSIN parameter specification
Parameters used to control execution of the utility are specified in file SYSIN. This must be a sequential dataset or
A parameter entry has the general format:
keyword = value
Each keyword and its associated value are separated by an '=' sign, and optionally one or more spaces. The first keyword parameter in a record may begin in any character position from 1 onwards. Parameters may extend up
106 | DB2 Manager User Guide |
| StorageTek Proprietary |