DBDSGRP keyword
Use the DBDSGRP keyword to identify the name of a valid database data set group, database group, or recovery group that is recorded in DBRC.
When you specify the DBDSGRP keyword, the utility generates image copy data sets for all data set groups and areas defined in the database data set group or recovery group.
Uses | Optional on the GROUP control statement. |
---|---|
Related keywords | When you specify a group with the DBDSGRP keyword, DBRC must be active, as specified with DBRC(Y). Use the DBDSGRP keyword in conjunction with the FUNC keyword. If you use the DBDSGRP keyword, do not include the NAME and CAGRP keywords. You may be able to specify VIC(Y) in conjunction with the DBDSGRP keyword to build a virtual image copy of all indexes (primary and secondary) defined as part of the database data set group or recovery group. Indexes that are not defined to the group, but whose primary database is defined, are also processed. For more information, see Creating-virtual-image-copies. |
Syntax | DBDSGRP(dbdsname) |
Values | For the value, specify the database data set group name or recovery group name (1-8 alphanumeric characters). |
Default | None |
Related topic