When the OAE Rename program fails after the original expansion with EXTEND_TYPE=RENAME

This topic describes the steps to take when the OAE Rename program fails after the original expansion with EXTEND_TYPE=RENAME.

About this task

Refer to both the original ADS name and temporary ADS name in the FPXBINTP data set printed in SYSPRINT DD. Check and find one of following conditions in sequence, and follow the description:

FPX0151E Incorrect FPXBINTP file was specified.
Exceeded the FPXBINTP creation time limit, which is three minutes
If this error message is issued due to exceeding the FPXBINTP creation time limit, which is 3 minutes, and when the temporary ADS name can be renamed after a lapse of 3 minutes, add the TIMECHECK=NO statement in the OAE Rename program and rerun the JCL. Or go through the recovery procedure from Step 1.
FPX0188E Load module library is not APF-authorized.
Check the setting of IMS Tools Online System Interface. Correct the setting of IMS Tools Online System Interface and rerun the JCL or go through the recovery procedure from Step 2. For information about IMS Tools Online System Interface, see the IMS Tools Base IMS Tools Common Services User's Guide and Reference.
FPX0191E TOITIME time over. REQUEST command=xxxxxxxx
Go through the recovery procedure from Step 2.
When both the original ADS and temporary ADS exist:
  1. Check the AREA status under all IMS systems that use the area.
  2. If all areas are not stopped under all IMS systems, then go through the recovery procedure from Step 2.
When the original ADS does not exist and the temporary ADS exists:
Go through the recovery procedure from Step 5.
When the original ADS exists and the temporary ADS does not exist:
  1. Check the status of the original and temporary ADSs in DBRC.
  2. If the temporary ADS records exist in DBRC, go through the recovery procedure from Step 6.a.
  3. If the status of the original ADS is "UNAVAIL" in DBRC, go through the recovery procedure from Step 6.b.
  4. If the AREA status under all IMS systems that use the area are still stopped, go through the recovery procedure from Step 7.
  5. If the AREA status under all IMS systems that use the area are started, there is nothing to do.

Procedure

The following steps describe the manual recovery procedure.

  1. Check IMS Tools Online System Interface environment.
  2. Stop the area in all IMS systems.

    Issue "/STOP areaname GLOBAL".

  3. Check the area status in all IMS systems.

    Issue "/DISPLAY areaname".

  4. Delete the original ADS.
  5. Rename the temporary ADS to the original ADS.
  6. Update DBRC.
    1. Delete the temporary ADS record.
    2. Change the original ADS status to "AVAILABLE".
  7. Start the area in all IMS systems.

    Issue "/START areaname".