{
{   The purpose of this request is to return the job scheduler table used for
{ global control of job scheduling.  The caller must have scheduling
{ administration privilege.
{
{       JMP$GET_SCHEDULER_TABLE (SCHEDULER_TABLE, DATA_P, STATUS)
{
{ SCHEDULER_TABLE: (output)  This parameter specifies the result record for the
{       job scheduler table.
{
{ DATA_P: (output)  This parameter specifies a pointer to an adaptable
{       sequence.  Scheduler table data which has variable length is returned
{       in this sequence.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             jme$must_be_scheduling_admin
{             jme$no_element_in_sequence
{             jme$no_space_in_runtime_stack
{       IDENTIFIER: 'JM'
{
