{
{    The purpose of this request is to get the active scheduling attributes and
{ statistics for the current mainframe and specified job class.
{
{       JMP$GET_ACTIVE_SCHEDULING_ATTR (JOB_CLASS_NAME,
{             SCHEDULING_RESULTS_KEYS_P, WORK_AREA_P,
{             SCHEDULING_ATTRIBUTE_RESULTS_P, STATUS)
{
{ JOB_CLASS_NAME: (input)  This parameter specifies the assigned job class of a
{       job.
{
{ SCHEDULING_RESULTS_KEYS_P: (input)  This parameter specifies which attributes
{       to return.
{
{ WORK_AREA_P: (input, output)  This parameter specifies a work area that will
{       contain the data returned.  The sequence is not RESET by this request.
{
{ SCHEDULING_ATTRIBUTE_RESULTS_P: (output)  This parameter specifies the
{       requested data.  It points into the work area provided on the
{       WORK_AREA_P parameter.
{
{ STATUS: (output) This parameter returns the status of the request.
{    CONDITIONS:
{       jme$work_area_too_small
{       jme$job_class_not_defined
