{
{ PURPOSE:  This procedure reconciles the fmd of a file cycle using the
{       reconcile_list created by deadstart.  A new fmd will be stored in the
{       catalog if the cycle is attached in write mode and the Device Manager
{       does not have the file attached.  This situation indicates that the
{       system crashed while the cycle was attached in write mode.  This
{       procedure should only be called for file cycles with a device class of
{       mass storage.
{
{       PFP$RECONCILE_FMD (P_PATH, INTERNAL_CYCLE_NAME, EXISTING_SFT_ENTRY,
{         UPDATE_CATALOG, P_CATALOG_FILE, P_CYCLE, P_PHYSICAL_FMD, STATUS)
{
{   P_PATH: (input)  This parameter specifies the path of file cycle.
{
{   INTERNAL_CYCLE_NAME: (input)  This parameter specifies the
{         internal_cycle_name (i.e.  global_file_name) of the cycle.
{
{   EXISTING_SFT_ENTRY: (input)  This parameter indicates the presence of an
{         entry in the system_file_table for the cycle.
{
{   UPDATE_CATALOG: (input)  This parameter specifies if the catalog should be
{         modified.  If the fmd is being reconciled prior to the point of
{         commitment during a continuaton deadstart the catalog cannot be
{         modified.
{
{   P_CATALOG_FILE: (input, output)  This parameter specifies the location of
{         the catalog that contains the cycle.
{
{   P_CYCLE: (input, output)  This parameter specifies the location of the
{         cycle whose fmd will be reconciled.  The attach_counts and stored_fmd
{         in the cycle may be modified.
{
{   P_PHYSICAL_FMD: (input, output)  This parameter returns the reconciled fmd.
{
{   STATUS: (output) This parameter returns the request status.
{
