
  { This deck contains the types and string constants that describe the
  { status of a RESTORE_MISSING_CATALOGS.  These values are maintained
  { across deadstarts.

  TYPE
    pft$retained_restore_status = string (8);

  CONST
    pfc$restore_missing_cat_done = 'RESCDONE',
    pfc$restore_missing_cat_start = 'RESCSTRT';


