
  TYPE

    fst$file_access_condition = (

{ fst$file_access_condition defines values for conditions that temporarily
{ prevent access to a file.  These values do not imply loss of data or catalog
{ information.  Generally, these conditions are cleared automatically by the
{ system; waiting for the condition to be cleared is advised but not required.
{

?? FMT (FORMAT := OFF) ??
          fsc$null_file_access_condition,   fsc$reserved_access_cond_1,
          fsc$reserved_access_cond_2,       fsc$reserved_access_cond_3,
          fsc$catalog_media_missing,        fsc$reserved_access_cond_5,
          fsc$catalog_volume_unavailable,   fsc$reserved_access_cond_7,
          fsc$cycle_busy,                   fsc$reserved_access_cond_9,
          fsc$reserved_access_cond_10,      fsc$reserved_access_cond_11,
          fsc$reserved_access_cond_12,      fsc$reserved_access_cond_13,
          fsc$reserved_access_cond_14,      fsc$reserved_access_cond_15,
          fsc$data_restoration_required,    fsc$reserved_access_cond_17,
          fsc$data_retrieval_required,      fsc$reserved_access_cond_19,
          fsc$reserved_access_cond_20,      fsc$reserved_access_cond_21,
          fsc$reserved_access_cond_22,      fsc$reserved_access_cond_23,
          fsc$file_server_inactive,         fsc$reserved_access_cond_25,
          fsc$reserved_access_cond_26,      fsc$reserved_access_cond_27,
          fsc$reserved_access_cond_28,      fsc$reserved_access_cond_29,
          fsc$reserved_access_cond_30,      fsc$reserved_access_cond_31,
          fsc$media_missing,                fsc$reserved_access_cond_33,
          fsc$reserved_access_cond_34,      fsc$reserved_access_cond_35,
          fsc$reserved_access_cond_36,      fsc$reserved_access_cond_37,
          fsc$reserved_access_cond_38,      fsc$reserved_access_cond_39,
          fsc$reserved_access_cond_40,      fsc$reserved_access_cond_41,
          fsc$reserved_access_cond_42,      fsc$reserved_access_cond_43,
          fsc$space_unavailable,            fsc$reserved_access_cond_45,
          fsc$volume_unavailable,           fsc$reserved_access_cond_47,
          fsc$reserved_access_cond_48,      fsc$reserved_access_cond_49,
          fsc$reserved_access_cond_50,      fsc$reserved_access_cond_51,
          fsc$reserved_access_cond_52,      fsc$reserved_access_cond_53,
          fsc$reserved_access_cond_54,      fsc$reserved_access_cond_55
?? FMT (FORMAT:=ON) ??
    );

