{ - pfc$attached_pf_normal - The file is attached.
{ -  pfc$attached_pf_awaiting_client  -The file is attached
{ in the catalog, and in the attached_permanent_file_table, but
{ has not been updated in the file manager table.  The file is
{ awaiting the client job to re-obtain the information for the file.
{ -  pfc$attached_pf_in_job_recovery =
{    A new sfid has not yet been assigned after a system failure.

  TYPE
    pft$attached_pf_recovery_state = (pfc$attached_pf_normal,
      pfc$attached_pf_awaiting_client, pfc$attached_pf_in_job_recovery);

