
{ This deck defines the type for the job class table.  Any time the job class
{ table (jmv$job_class_table_p) needs to be scanned, the scan should be from
{ jmc$system_job_class (the first defined class) to
{ jmv$maximum_job_class_in_use (the index of the highest class in use).

  TYPE
    jmt$job_class_table = array [1 .. *] of jmt$job_class_attributes;

*copyc jmt$job_class_attributes
