ERSP is the CP-V portion of the data base conversion package.
The CP-6 side of the package is called RFP.  The ERSP tool
assumes that the data base has been validated with the EVAL tool
and that there are no broken chains and no logically deleted
records.  The ERSP tool is executed in two steps.  Neither is
resource intensive.  Run step 2 only after step 1 has completed
successfully.  A tape will be needed for the second step.

Step 1.

     !BATCH ERSP_BA1.:CONVERT ;
     $ SNAME=schema-name

          or if the schema is on a pack

     !BATCH ERSP_BA1P.:CONVERT ;
     $ SNAME=schema-name,;
     $ SPACK=schema-pack-name

Step 2.

     !BATCH ERSP_BA2.:CONVERT ;
     $ TSNAME=target-schema-name,;
     $ DB1=area-name-1,;
     $ ... ,;
     $ DB10=area-name-10

          or if the data base is on a pack

     !BATCH ERSP_BA2P.:CONVERT ;
     $ TSNAME=target-schema-name,;
     $ DBPACK=data-base-pack-name,;
     $ DB1=area-name-1,;
     $ ... ,;
     $ DB10=area-name-10
