
  CONST
    syc$scvg_first_external_group     = syc$scvg_configuration_manager,

    syc$scvg_undocumented_attribute   = 0,
    syc$scvg_deadstart_only           = 1,

    syc$scvg_account_validation       = 2,
    syc$scvg_command_language         = 3,
    syc$scvg_configuration_manager    = 4,
    syc$scvg_deadstart                = 5,
    syc$scvg_debug                    = 6,
    syc$scvg_dispatcher               = 7,
    syc$scvg_error_processing         = 8,
    syc$scvg_file_server              = 9,
    syc$scvg_file_system              = 10,
    syc$scvg_input_output             = 11,
    syc$scvg_job_swapper              = 12,
    syc$scvg_logging                  = 13,
    syc$scvg_memory_management        = 14,
    syc$scvg_network_management       = 15,
    syc$scvg_operation                = 16,
    syc$scvg_performance              = 17,
    syc$scvg_recovery                 = 18,
    syc$scvg_security                 = 19,
    syc$scvg_tape_operation           = 20,

    syc$scvg_development              = 29,
    syc$scvg_obsolete                 = 30,
    syc$scvg_unimplemented            = 31;

  TYPE
    syt$system_constant_value_group = 0 .. 31,
    syt$system_const_value_groups = set of syt$system_constant_value_group;

