*copyc clc$ecc_range
?? FMT (FORMAT := OFF) ??
{
{ CLE$ECC_command_processing has the following unused code offsets:
{
{ 700..704 706 721..724 726..729 731..734 736..739 741..743 745..747
{ 758 762..774 776..779 781..784 787 791..799
{

  CONST
    clc$min_ecc_command_processing  = clc$min_ecc + 700,

    cle$assignment_cant_be_labelled = clc$min_ecc + 705,
    {E Assignment statements cannot be labelled or preceded by '/'.}

    cle$bad_or_missing_login_in_job = clc$min_ecc + 707,
    {E Login command is either missing or incorrect in +F.}

    cle$command_aborted             = clc$min_ecc + 708,
    {F Command aborted: +P}

    cle$command_file_not_accessible = clc$min_ecc + 709,
    {E Command file is not accessible.}

    cle$command_file_not_callable   = clc$min_ecc + 710,
    {E Command/procedure file +F is not callable.}

    cle$command_file_not_executable = clc$min_ecc + 711,
    {E Command/procedure file +F is not executable.}

    cle$duplicate_fence_entry       = clc$min_ecc + 712,
    {E Attempt to add a FENCE to the command list, but there is already one ..
    {in the list.}

    cle$duplicate_work_cat_entry    = clc$min_ecc + 713,
    {E Attempt to add the working catalog to the command list, but it is ..
    {already in the list.}

    cle$commands_cant_be_labelled   = clc$min_ecc + 714,
    {E Commands cannot be labelled.}

    cle$command_search_aborted      = clc$min_ecc + 715,
    {F Command search aborted due to system condition or segment access..
    { condition on file +F.}

    cle$duplicate_command_list_ent  = clc$min_ecc + 717,
    {E Attempt to add +F to the command list, but it is already in the list.}

    cle$duplicate_$system_entry     = clc$min_ecc + 718,
    {E Attempt to add $SYSTEM to the command list, but it is already in the ..
    {list.}

    cle$escape_not_allowed          = clc$min_ecc + 719,
    {E '/' not allowed before command in exclusive mode.}

    cle$escaped_command_not_allowed = clc$min_ecc + 720,
    {E "Escaped" command not allowed: +P.}

    cle$expecting_command           = clc$min_ecc + 725,
    {E Expecting command, found +P.}

    cle$expecting_command_reference = clc$min_ecc + 729,
    {E Expecting command reference, found +P.}

    cle$expecting_entry_point_ref   = clc$min_ecc + 732,
    {E Expecting entry point reference, found +P.}

    cle$file_dot_cmnd_not_allowed   = clc$min_ecc + 735,
    {E File.command (+P) not allowed in "exclusive" command mode.}

    cle$file_not_in_input_stack     = clc$min_ecc + 740,
    {E File +P not found in input stack.}

    cle$improper_command_file_attr  = clc$min_ecc + 744,
    {E Attributes of command file +F are improper: +P8.}

    cle$multiple_include_command    = clc$min_ecc + 749,
    {E The input to INCLUDE_COMMAND consisted of more than one ..
    {command: +P}

    cle$not_a_command_file          = clc$min_ecc + 750,
    {E File +F is not a command file.}

    cle$incorrect_exec_command_file = clc$min_ecc + 751,
    {E File +F can not be used as an EXECUTE_COMMAND command file.}

    cle$multiple_execute_command    = clc$min_ecc + 752,
    {E The input to EXECUTE_COMMAND consisted of more than one ..
    {command: +P}

    cle$invalid_exec_command        = clc$min_ecc + 753,
    {E A +P statement can not be used as an EXECUTE_COMMAND command.}

    cle$invalid_exec_task_name      = clc$min_ecc + 754,
    {E +P may not be used as a EXECUTE_COMMAND task name.}

    cle$not_in_command_list         = clc$min_ecc + 755,
    {W +F not in job command list.}

    cle$entry_not_in_command_list   = clc$min_ecc + 756,
    {W +P not in job command list.}

    cle$cannot_change_search_mode   = clc$min_ecc + 757,
    {E The command search mode cannot be changed within a command utility ..
    {if the command search mode is restricted.}

    cle$exclusve_mode_excludes_cmnd = clc$min_ecc + 759,
    {E The command list and command search mode cannot be changed if the ..
    {command search mode is exclusive.}

    cle$not_allowed_in_exclusive    = clc$min_ecc + 760,
    {E The +P command is not allowed while the command search mode is ..
    {exclusive.}

    cle$restricted_mode_cmnd_change  = clc$min_ecc + 761,
    {E The command list cannot be changed while the command search mode is ..
    {restricted.}

    cle$unable_to_call_command      = clc$min_ecc + 775,
    {E Unable to call command: +P.}

    cle$unbalanced_block_structure  = clc$min_ecc + 780,
    {E Unbalanced block structure: found +P, expecting +P.}

    cle$unexpected_after_command    = clc$min_ecc + 785,
    {E Unexpected +P after command.}

    cle$unexpected_comma_after      = clc$min_ecc + 786,
    {E Unexpected ',' after +P.}

    cle$unexpected_escape           = clc$min_ecc + 788,
    {E Unexpected '/' before +P.}

    cle$unexpected_prompt_statement = clc$min_ecc + 789,
    {E Unexpected '?' before +P.}

    cle$unknown_command             = clc$min_ecc + 790,
    {E +P is not a command.}

    clc$max_ecc_command_processing  = clc$min_ecc + 799;

?? FMT (FORMAT := ON) ??
*copyc cle$ecc_line_length
