Restoring exported data

About this task

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.
Follow this procedure to restore a previously exported persistent data store data set.

Procedure

  1. Copy rhilev.rte.RKANSAMU(KPDRESTJ).
  2. Update the JCL with the following values:
    rhilev
    high-level qualifier of the runtime environment where the persistent data store resides
    pdsn
    fully qualified name of the persistent data store data set to be restored
    expdsn
    fully qualified name of the file you are creating
    unit2
    DASD unit identifier for expdsn
    group
    identifier for the group that the data set will belong to
    siz
    size of the data set to be allocated, in megabytes

    With the exception of pdsn, these values can be found in the PDSLOG SYSOUT of the monitoring server started task.

  3. Submit the job.