*copyc rmc$condition_code_limits

?? NEWTITLE := 'rme$creblv_errors  :  ''RM'' 100 .. 119', EJECT ??

?? FMT (FORMAT := OFF) ??

     { rme$creblv_errors }

  CONST
    rmc$min_creblv_errors = rmc$min_ecc_resource_management + 100,

    rme$ambiguous_specifications = rmc$min_creblv_errors + 0,
    {E The parameters OWNER_IDENTIFICATION and REMOVABLE_MEDIA_GROUP cannot ..
    {both be specified for the same volume.

    rme$ansi_label_conflict = rmc$min_creblv_errors + 1,
    {E If the LABELING_CONVENTION is specified as ANSI, the +P1 parameter ..
    {cannot be specified.}

    rme$element_or_vsn_required = rmc$min_creblv_errors + 3,
    {E Either the ELEMENT parameter or the EXTERNAL_VSN+P1 parameter must ..
    {be specified.}

    rme$lc_parameter_conflict = rmc$min_creblv_errors + 6,
    {E The value specified for the parameter +P1, conflicts with the ..
    {specified LABELING_CONVENTION of +P2.}

    rme$lc_value_requires_parameter = rmc$min_creblv_errors + 7,
    {E The parameter +P1 is required when the LABELING_CONVENTION of +P2 is ..
    {specified.}

    rme$rmg_parameter_conflict = rmc$min_creblv_errors + 10,
    {E The value specified for the parameter +P1 is invalid when the ..
    {REMOVABLE_MEDIA_GROUP parameter is specified.}

    rme$supported_densities_differ = rmc$min_creblv_errors + 12,
    {E All elements specified must support the same density.}

    rme$vsn_density_mismatch = rmc$min_creblv_errors + 16,
    {E If the EXTERNAL_VSN+P1 parameter is specified and the ELEMENT parameter ..
    {is omitted, the DENSITY must be specified as MT18$38000 or the ELEMENT ..
    {parameter should be provided.}

    rmc$max_creblv_errors = rmc$min_creblv_errors + 19;

?? OLDTITLE ??
