
  TYPE
    jmt$service_accumulator = 0 .. jmc$service_accumulator_maximum;

*IF $true(osv$unix)

  CONST
    jmc$service_accumulator_maximum = 7fffffff(16);

*ELSE

  CONST
    jmc$service_accumulator_maximum = 0ffffffffffff(16);

*IFEND

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

  CONST
    jmc$lowest_service_accumulator = 0;

*IF $true(osv$unix)

  CONST
    jmc$highest_service_accumulator = 7ffffffe(16),
    jmc$unlimited_service_accum = 7fffffff(16);

*ELSE

  CONST
    jmc$highest_service_accumulator = 100000000000,
    jmc$unlimited_service_accum = jmc$highest_service_accumulator +
          jmc$unlimited_offset;

*IFEND

*copyc jmc$attribute_keyword_offsets
