*copyc clc$ecc_range
?? FMT (FORMAT := OFF) ??

{ CLE$ECC_UTILITIES has the following unused code offsets:
{
{ 1500..1501 1503 1505 1507 1509 1511 1513 1517 1519 1521 1523 1525 1527
{ 1529 1531..1599


  CONST
    clc$min_ecc_utilities           = clc$min_ecc + 1500,

    cle$cannot_move_utility_entry   = clc$min_ecc + 1502,
    {E Utility command list entries cannot be moved in the command list.}

    cle$command_source_not_lib      = clc$min_ecc + 1504,
    {E Command source is not a library.}

    cle$command_source_unknown      = clc$min_ecc + 1506,
    {E Command source is unknown.}

    cle$improper_utility_attribute  = clc$min_ecc + 1508,
    {E Utility attributes had key(s) that do not apply to this request ..
    {in array element(s): +P. }

    cle$improper_utility_attr_value = clc$min_ecc + 1510,
    {E Utility attributes had improper value(s) in array element(s): +P. }

    cle$improper_utility_name       = clc$min_ecc + 1512,
    {E +P may not be used as a utility name.}

    cle$include_processor_active    = clc$min_ecc + 1514,
    {W Interactive include processor for utility +P is currently ..
    {active. The processor is ignored.}

    cle$no_utility_active           = clc$min_ecc + 1515,
    {E No utility is currently active.}

    cle$term_command_not_defined    = clc$min_ecc + 1516,
    {E Termination command +P not defined in command table.}

    cle$unable_to_call_inc_procesor = clc$min_ecc + 1518,
    {E Unable to call interactive include processor: +P.}

    cle$unable_to_call_preprocessor = clc$min_ecc + 1520,
    {E Unable to call line preprocessor: +P.}

    cle$unknown_utility_attribute   = clc$min_ecc + 1522,
    {E Utility attributes had unknown key(s) in array element(s): +P.}

    cle$util_cmds_fctns_unavailable = clc$min_ecc + 1524,
    {E Utility command/function +P is not available.}

    cle$utility_left_in_cmnd_list   = clc$min_ecc + 1526,
    {W Utility commands/functions left in the command list.}

    cle$unknown_utility             = clc$min_ecc + 1528,
    {E +P does not designate a utility that is currently active.}

    cle$inaccessible_utility        = clc$min_ecc + 1530,
    {E The utility +P cannot be accessed by +P.}

    clc$max_ecc_utilities           = clc$min_ecc + 1599;

?? FMT (FORMAT := ON) ??
