{
{    The purpose of this request is to set scheduling parameters for an
{ application.  The request updates the desired attributes in the jmv$jcb and
{ sets flags to prevent changes from being made to the changed attributes.
{
{    While application scheduling is in effect, any changes made by the job to
{ the affected attributes are postponed until the attribute is no longer under
{ control of application scheduling.  Requests to display the affected
{ attributes will get the values as they were before being changed for
{ application scheduling.
{
{       JMP$SET_APPLICATION_SCHEDULING (APPLICATION_ATTRIBUTES,
{             NEW_SERVICE_ACCUMULATOR, OLD_SERVICE_ACCUMULATOR, STATUS);
{
{  APPLICATION_ATTRIBUTES: (input)  The application's scheduling attributes.
{
{  NEW_SERVICE_ACCUMULATOR: (input)  The value to give to the service
{        accumulator if the service class is changed.  When an application is
{        initially scheduled this should be zero but when application
{        scheduling is restarted after running a nested application then this
{        should be the saved value from when the nested application took over.
{
{  OLD_SERVICE_ACCUMULATOR: (output)  Returns the service accumulator value
{        from before the service class was changed.  If the service class was
{        not changed then the value zero is returned.
{
{  STATUS: (output) The standard status parameter.
{       CONDITIONS:
{             NONE
