Creating and modifying allocation rules
The PFPEPR00 utility program offers four subcommands that can be specified on the PROCESS_EPR command to manage allocation rules: LIST, ADD, MODIFY and DELETE.
When combined with a rule-type object identifier, these subcommands let you manage allocation rules. An allocation rule can be defined at the global, group, DBD, or area level. Following table lists allocation management commands and subcommands that are available.
Function | Command, subcommand, or object | Available keywords |
---|---|---|
Selecting repository catalog for processing | PROCESS_EPR | REPOSITORY_DSNAME (required) |
Listing allocation rules | LIST type_ALLOCATION (where type=GLOBAL, GROUP, DBD or AREA) (generic type) | SELECT_AREA SELECT_DBD SELECT_GROUP |
Adding allocation rules | ADD type_ALLOCATION (where type=GLOBAL, GROUP, DBD or AREA) | AREA_KEY DATACLAS DETAIL_LEVEL DBD_KEY DSNAME (required) EXPDT GROUP_KEY MGMTCLAS RETPD STORCLAS UNIT (required) VOLSER |
Modifying allocation rules | MODIFY type_ALLOCATION (where type=GLOBAL, GROUP, DBD or AREA) or MODIFY ALLOCATION (generic type) | DATACLAS DETAIL_LEVEL DSNAME EXPDT MGMTCLAS RETPD STORCLAS UNIT VOLSER SELECT_AREA SELECT_DBD SELECT_GROUP |
Deleting allocation rules | DELETE type_ALLOCATION (where type=GLOBAL, GROUP, DBD or AREA) or DELETE ALLOCATION (generic type) | SELECT_AREA SELECT_DBD SELECT_GROUP |
This section contains the following topics:
Related topic