
{ Define the numerical offsets which represent the keywords, UNLIMITED,
{ UNSPECIFIED, REQUIRED, and SYSTEM_DEFAULT, used on SCL command parameter
{ values for scheduling attributes.  These offsets are used by the
{ Manage_Active_Scheduling Utility to facilitate the coding required to
{ translate the command parameter values to their internal format.


  CONST
    jmc$unlimited_offset = 1,
    jmc$unspecified_offset = 2,
    jmc$required_offset = 3,
    jmc$system_default_offset = 4,
    jmc$keyword_offset_maximum = jmc$system_default_offset;

