
  TYPE
    jmt$magnetic_tape_limit = 0 .. jmc$magnetic_tape_limit_maximum;

  CONST
    jmc$magnetic_tape_limit_maximum = jmc$highest_magnetic_tape_limit +
          jmc$keyword_offset_maximum;

{ The following constants define the range of values permitted on SCL
{ parameter definitions and the internal representation for the keywords,
{ UNLIMITED, UNSPECIFIED, REQUIRED and SYSTEM_DEFAULT.

  CONST
    jmc$lowest_magnetic_tape_limit = 0,
    jmc$highest_magnetic_tape_limit = 100,
    jmc$unlimited_mag_tape_limit = jmc$highest_magnetic_tape_limit +
          jmc$unlimited_offset,
    jmc$unspecified_mag_tape_limit = jmc$highest_magnetic_tape_limit +
          jmc$unspecified_offset,
    jmc$required_mag_tape_limit = jmc$highest_magnetic_tape_limit +
          jmc$required_offset,
    jmc$system_default_mag_tape_lim = jmc$highest_magnetic_tape_limit +
          jmc$system_default_offset;

*copyc jmc$attribute_keyword_offsets
