
  TYPE
    jmt$maximum_active_jobs = 0 .. jmc$max_active_jobs;

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

  CONST
    jmc$lowest_maximum_active_jobs = 0,
    jmc$highest_maximum_active_jobs = jmc$max_active_jobs,
    jmc$unlimited_max_active_jobs = jmc$max_active_jobs;

*copyc jmc$maximum_constants
