
  TYPE
    jmt$maximum_initiated_jobs = 0 .. jmc$max_ijl_ord;

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

  CONST
    jmc$lowest_max_initiated_jobs = 0,
    jmc$highest_max_initiated_jobs = 10000,
    jmc$unlimited_max_init_jobs = jmc$highest_max_initiated_jobs;

*copyc jmc$maximum_constants
