RECOVER Utility (Table Spaces) panel

You use the RECOVER Utility (Table Spaces) panel to generate utility control statements using the RECOVER TABLESPACE form of the RECOVER utility.

Panel and field definitions

  Process   Options   Utilities   Help
────────────────────────────────────────────────────────────────────────────────
 FM/Db2 (DFG2)        RECOVER Utility (Table Spaces)         Row 1 to 12 of 131


 S P                                     T     Re-
 e R          Table    DS                y Re- bld
 l C Database Space    Num ICDATE ICTIME p use Idx Image Copy Data Set Name
     BILLSDB1 TS1D       0 010524 165000 F  N   Y  OSPEED.BILLSDB1.TS1D.C00000.
     CJMAODA  CJMAOSD    0 010526 060718 F  N   Y  CJMAON.DB26.SYSCOPY.CJMAODA.
     CJMAODA  CJMAOSE    0 010526 060719 F  N   Y  CJMAON.DB26.SYSCOPY.CJMAODA.
     CJMAODA  CJMAOSE    3 010526 074016 F  N   Y  CJMAON.DB26.CJMAODA.CJMAOSE.
     CJMAODA  CJMAOSP    0 010526 060719 F  N   Y  CJMAON.DB26.SYSCOPY.CJMAODA.
     CJMAODP  CJMAOSC    0 010526 060729 F  N   Y  CJMAON.DB26.COPYDDN.CJMAODP.
     CJMAODP  CJMAOSC    0 010526 060719 F  N   Y  CJMAON.DB26.SYSCOPY.CJMAODP.
     DSNDB01  SCT02      0 001228 150606 F  N   Y  DB2.V7R1M0.IMAGCOPY.SCT02
     DSNDB01  SPT01      0 001228 150608 F  N   Y  DB2.V7R1M0.IMAGCOPY.SPT01
     DSNDB01  SYSLGRNX   0 001228 150628 F  N   Y  DB2.V7R1M0.IMAGCOPY.SYSLGRNX
     DSNDB04  PLANRTAB   0 010419 133458 F  N   Y  GRAHAMP.DSNDB04.PLANRTAB.F00
     DSNDB04  USERS      0 010419 133500 F  N   Y  GRAHAMP.DSNDB04.USERS.F00000

 Command ===>                                                       Scroll PAGE
  F1=Help      F2=Split     F3=Exit      F7=Backward  F8=Forward   F9=Swap
 F12=Cancel
The fields in the ISPF table part of the panel are:
Sel
Selection column. Type S to select a table space.
PRC
Processing column. An asterisk (*) indicates the selected table spaces.
Database
The name of the database in which the table space is defined.
Table Space
The name of the table space.
DS Num
The partition number for this table space. Non-partitioned table spaces have a part number of 0. For a partitioned table space, the number indicates the partition of the table space.
ICDATE
The date that the image copy was taken. The format is yymmdd.
ICTIME
The time that the image copy was taken. The format is hhmmss.
Typ
The type of entry found in the SYSIBM.SYSCOPY table:
F
Full image copy.
I
Incremental image copy.
Reuse
Reuse option:
Y
The data set for the table space is not deleted and re-defined as part of the RECOVER utility processing.
N
The data set for the table space is deleted and redefined as part of the RECOVER utility processing.
Re-bld Idx
Rebuild indexes after recovery:
Y
A REBUILD INDEX (ALL) TABLE SPACE command is included in the JCL to perform a full rebuild of all of the indexes on all of the tables in the table space. This is the standard method for recovering a table space, and prevents the indexes being left in an unusable rebuild pending (RBDP) state.
N
Indexes not rebuilt.
Image copy data set name
The name (which must be cataloged) of the image copy data set. Note that the existence of an entry in the catalog table does not mean that the data set (still) exists.

Parent panels

Child panels

None.

Related tasks