{
{   The purpose of this request is to return the attributes for a given service
{ class from the service class table used for job scheduling.  The service
{ class must be defined in the service class table.  The caller must have
{ scheduling administration privilege.
{
{       JMP$GET_SERVICE_CLASS_RECORD ( SERVICE_CLASS_INDEX,
{         SERVICE_CLASS_RECORD, STATUS)
{
{ SERVICE_CLASS_INDEX: (input)  This parameter specifies the index of the
{       service class for the request.
{
{ SERVICE_CLASS_RECORD: (output)  This parameter specifies the result record
{       for the service class attributes.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             jme$class_index_not_defined
{             jme$must_be_scheduling_admin
{       IDENTIFIER: 'JM'
{
