Example 3 — Releasing or Deleting a Specific Private Subpool
To release the storage contained in the private subpool named ALLMINE,
code:
SUBPOOL RELEASE,NAME='ALLMINE',ERROR=RELERR
To release the storage contained in the private subpool named ALLMINE
and delete ALLMINE from the list of currently active subpools, code:
SUBPOOL DELETE,NAME='ALLMINE',ERROR=RELERR