Deleting allocation rules

Specify the DELETE subcommand in the following format:
DELETE type_ALLOCATION

The variable type refers to the level at which you want to delete the allocation rule.

ALLOCATION deletes all allocation rules (regardless of type) that match the selection criteria specified using the SELECT_GROUP, SELECT_DBD and SELECT_AREA keywords.

The following table lists the keywords that can be used with the DELETE subcommand to delete allocation rules and their associated parameters.

Keyword

Function

SELECT_AREA

Specify area

SELECT_DBD

Specify database

SELECT_GROUP

Specify repository group

Sample JCL for deleting an allocation rule at the area level is shown in the following figure.

//PFP EXEC PGM=PFPEPR00,REGION=0M
//STEPLIB  DD DSN=PFP.LOAD,DISP=SHR
//         DD DSN=IMSVS.RESLIB,DISP=SHR
//PFPSYSIN DD   * 
  PROCESS_EPR REPOSITORY_DSNAME='PFP.PFPEPR'
    DELETE AREA_ALLOCATION,SELECT_GROUP=IMSA,    SELECT_DBD=PFPDBDA,SELECT_AREA=PFPDBDA1

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments