*copyc SYC$MIN_ECC_CONSTANTS
?? NEWTITLE := 'SYDERRC : SYSTEM CORE COMMAND PROCESSOR', EJECT ??

?? FMT (FORMAT := OFF) ??
  CONST
    sye$syntax_error = syc$min_ecc_commands + 0,
    {F Syntax error.}

    sye$invalid_character = syc$min_ecc_commands + 1,
    {F Invalid character}

    sye$token_too_long = syc$min_ecc_commands + 2,
    {F Token is too long.}

    sye$missing_parameter = syc$min_ecc_commands + 3,
    {F Required parameter is missing.}

    sye$range_error = syc$min_ecc_commands + 4,
    {E The Integer +P2 is out of range for Parameter +P1. It must be between +P3 and +P4.}

    sye$unknown_command = syc$min_ecc_commands + 5,
    {F Unknown command name}

    sye$bad_pdt = syc$min_ecc_commands + 6,
    {F Invalid PDT}

    sye$unknown_parameter_name = syc$min_ecc_commands + 7,
    {E +P}

    sye$access_restricted_to_sys_jb = syc$min_ecc_commands + 8,
    {E Variable access restricted to sys job}

    sye$not_changeable_after_ds = syc$min_ecc_commands + 9,
    {E The System Attribute +P1 cannot be changed after the Deadstart is complete.

    sye$rmt_restricted_to_sys_job = syc$min_ecc_commands + 10,
    {E You must have system administration or configuration administration
    { capability to change the reset_maximum_time parameter.}

    sye$sys_const_save_kind_not_def = syc$min_ecc_commands + 11,
    {E Saved System Constant Values +P1 were never saved and therefore cannot be restored.}

    sye$unable_restore_all_values = syc$min_ecc_commands + 12;
    {E Unable to restore all Saved System Constant Values from +P1. +P2 values could not be
    { restored. For more details, compare the settings with the display_system_attribute command.

??FMT (FORMAT := ON)??
?? OLDTITLE ??

