{
{   The purpose of this request is to return the maximum lengths of the tables
{ used for job scheduling.  The caller must have scheduling administration
{ privilege.
{
{       JMP$GET_LENGTH_OF_SCHED_TABLES (MAXIMUM_JOB_CLASSES,
{         MAXIMUM_JOB_CLASS_INDEX, MAXIMUM_SERVICE_CLASSES,
{         MAXIMUM_SERVICE_CLASS_INDEX, MAXIMUM_APPLICATIONS,
{         MAXIMUM_CATEGORIES, STATUS)
{
{ MAXIMUM_JOB_CLASSES: (output)  This parameter specifies the maximum number of
{       of job classes that may be defined.  This maximum is the system
{       attribute set by the site at system deadstart.
{
{ MAXIMUM_JOB_CLASS_INDEX: (output)  This parameter specifies the current size
{       of the job class table.  This value can be greater than or equal to
{       maximum_job_classes.
{
{ MAXIMUM_SERVICE_CLASSES: (output)  This parameter specifies the maximum
{       number of service classes that may be defined.  This maximum is the
{       system attribute set by the site at system deadstart.
{
{ MAXIMUM_SERVICE_CLASS_INDEX: (output)  This parameter specifies the current
{       size of the service class table.  This value can be greater than or
{       equal to maximum_service_classes.
{
{ MAXIMUM_APPLICATIONS: (output)  This parameter specifies the maximum number
{       of applications that may be defined.
{
{ MAXIMUM_CATEGORIES: (output)  This parameter specifies the maximum number of
{       job categories that may be defined.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             jme$must_be_scheduling_admin
{       IDENTIFIER: 'JM'
{
