?? NEWTITLE := '  nfe$status_control_fac_server', EJECT ??

*copyc nfc$abnormal_conditions

?? FMT (FORMAT := OFF) ??
  CONST
    nfc$scfs_base_status_condition = nfc$min_status_condition + 400;
?? SKIP := 2 ??
  CONST
    nfe$cf_title_already_registered =  nfc$scfs_base_status_condition + 0,
    {E Control facility title, +P, is already registered.}

    nfe$invalid_chg_requ_by_oper    =  nfc$scfs_base_status_condition + 1,
    {E Attribute request is not allowed by the device.}

    nfe$no_scfs_storage_available   =  nfc$scfs_base_status_condition + 2,
    {E Not enough storage available for SCFS tables.}

    nfe$ntf_system_list_file_error  =  nfc$scfs_base_status_condition + 3;
    {E The NTF system list is not correctly formatted.}

?? FMT (FORMAT:=ON) ??

?? OLDTITLE ??

