{
{   The purpose of this request is to return the default attribute values for a
{ job class, service class, and application which are used as the base when
{ initializing the scheduler tables during system deadstart.  The caller must
{ have scheduling administration privilege.
{
{       JMP$GET_DEFAULT_CLASS_VALUES ( JOB_CLASS_DEFAULTS,
{         SERVICE_CLASS_DEFAULTS, APPLICATION_DEFAULTS, STATUS)
{
{ JOB_CLASS_DEFAULTS: (output)  This parameter specifies the result record for
{       the default attribute values for a job class.
{
{ SERVICE_CLASS_DEFAULTS: (output)  This parameter specifies the result record
{       for the default attribute values for a service class.
{
{ APPLICATION_DEFAULTS: (output)  This parameter specifies the result record
{       for the default attribute values for an application.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             jme$must_be_scheduling_admin
{       IDENTIFIER: 'JM'
{
