
  TYPE
    jmt$detached_job_wait_time = 0..jmc$detached_job_wait_time_max;

  CONST
    jmc$detached_job_wait_time_max = jmc$highest_det_job_wait_time +
          jmc$unlimited_offset;

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

  CONST

    jmc$lowest_det_job_wait_time = 0,
    jmc$highest_det_job_wait_time = 36000,
    jmc$unlimited_det_job_wait_time = jmc$highest_det_job_wait_time +
          jmc$unlimited_offset;

*copyc jmc$attribute_keyword_offsets
