
  TYPE
    jmt$aio_limit = 0 .. 5000000;

{ The following constants define the range of values permitted on SCL
{ parameter definitions on the scheduling commands.

  CONST
    jmc$lowest_aio_limit = 0,
    jmc$highest_aio_limit = 5000000;
