
{ COMMON DECK CMDRESC }

{    These constants determine how many entries in the logical }
{ unit table are to be reserved for system use, and which }
{ logical unit number is the lowest that can be used by the }
{ job template system. }

  CONST
    cmc$image_file_lun = 1,
    cmc$reserved_unit_count = cmc$image_file_lun,
    cmc$reserved_network_unit_count = 20,

    cmc$job_template_unit_ordinal = cmc$reserved_unit_count + 1;
