DBD
The DBD keyword is valid with the GROUP, COPY, BUILD, IC, AIC, OREORG, and ANALYZE commands.
This keyword is available in PLUSIN and required in ICPSYSIN; it is not available as a global option. The following table describes the keyword.
Primary DBD name keyword
To do this | Specify this in PLUSIN or ICPSYSIN |
---|---|
Specify the DBD name for the primary database. | DBD(dbdName) |
Internal default: none |
The DBD keyword specifies the name of the DBD for the primary database.
For the GROUP command, the DBD keyword is required. Although BMC supports multiple COPY statements in a single job step, the DBD on each COPY statement must be unique. You cannot have two COPY statements that specify the same DBD.
For the BUILD command, you must specify at least one DBD name. You can specify as many as 20 DBD names if you are using a DFSURWF1 file as input. If you are scanning the database, you can specify only one DBD name.
For the IC and AIC command, you must specify only one DBD name per command.
The DBD keyword is required with the OREORG command.
The DBD keyword is optional with the ANALYZE command. If you use the Online/Defrag Extractor and Recommendation Selector or the Online/Defrag Analyzer, the DBD name is automatically passed. If you specify a DBD, it must match the DBD that was passed. The job abends if the DBDs are not an exact match. The primary purpose of specifying a DBD is to verify the name of the DBD.
Related topic