RESUME command

The RESUME command is used to notify the persistent data store that it can once again make use of the data set specified in the arguments. The file identified must be one that was taken offline by the backup, recover, or extract commands.

Important: The content in this section was created for and applies to the original persistent data store, referred to as PDS V1. A new PDS version (referred to as PDS V2) now exists. PDS V1 will eventually be deprecated.

Syntax

RESUME       FILE=DSN:dsname

where

dsname
Specifies the physical name of the data set to be brought online.

RESUME logic

This code opens the specified data set name and verifies that it is valid. The data set is taken out of the quiesce state and made available for activation during the next SWITCH operation.