Examples of how to code the RELEASE command

The following examples present different ways to code the RELEASE command.

Note: Any values specified here are only examples and should not be interpreted as the values to be used for your system.

Printing the activity logs

In this example, DFSMShsm prints activity logs that have data and allocates new activity logs.
   RELEASE HARDCOPY

Releasing the aggregate backup function

In this example, DFSMShsm releases the backup of aggregated data sets for processing.
   RELEASE ABACKUP

Releasing the aggregate recovery function

In this example, DFSMShsm releases the recovery of aggregated data sets for processing.
   RELEASE ARECOVER

Releasing common queue functions

In this example, DFSMShsm releases the common queue functions for processing.
   RELEASE COMMONQUEUE

Releasing placement of recall requests in the CRQ

In this example, DFSMShsm releases the CRQ placement function for processing.
   RELEASE COMMONQUEUE(RECALL(PLACEMENT))

Releasing selection of recall requests in the CRQ

In this example, DFSMShsm releases the CRQ selection function for processing.
   RELEASE COMMONQUEUE(RECALL(SELECTION))

Releasing automatic volume and automatic secondary space management functions

In this example, DFSMShsm releases the recall and deletion of a migrated data set and automatic volume and automatic secondary space management functions for processing. The MIGRATION parameter of the HOLD command was not specified previously.
   RELEASE RECALL AUTOMIGRATION

Releasing the backup functions

In this example, DFSMShsm releases the backup functions for processing.
   RELEASE BACKUP

Releasing the expiration of backup versions

In this example, DFSMShsm releases the expiration of backup versions for processing.
   RELEASE EXPIREBV

Releasing the fast replication backup function

In this example, DFSMShsm releases the fast replication backup for processing.
   RELEASE FRBACKUP

Releasing the fast replication recover function

In this example, DFSMShsm releases the fast replication recovery function for processing.
   RELEASE FRRECOV

Releasing the list function

In this example, DFSMShsm releases the list function for processing.
   RELEASE LIST

Releasing all requests for tape recalls in the queue

In this example, DFSMShsm releases all requests for tape recalls in the queue for processing.
   RELEASE RECALL(TAPE)

Releasing all requests for tape recalls submitted by an interactive TSO user

In this example, DFSMShsm releases all requests for tape recalls submitted by an interactive TSO user for processing.
   RELEASE RECALL(TAPE(TSO))

Releasing the tape copy function

In this example, DFSMShsm releases the tape copy function for processing.
   RELEASE TAPECOPY

Releasing the tape replace function

In this example, DFSMShsm releases the tape replace function for processing.
   RELEASE TAPEREPL

Releasing automatic backup and command data set backups to tape

In this example, DFSMShsm releases automatic backups and command data set backups directed to tape for processing.
   RELEASE BACKUP(AUTO DSCOMMAND(TAPE))