Exporting persistent 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 export persistent data to a sequential file:

Procedure

  1. Stop the monitoring server if it is running.
  2. Copy rhilev.rte.RKANSAMU(KPDEXPTJ).
  3. 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 exported
    &expdsn
    fully qualified name of the export file you are creating
    &unit2
    DASD unit identifier for expdsn
    &ssz
    record length of output file (You can use the same record length as defined for pdsn.)
    &sct
    count of blocks to allocate (You can use the same size as the blocks allocated for pdsn.)
    bsz
    &ssz value plus eight

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

  4. Submit the job.