{
{    This procedure is used to update the accumulator for a limit.
{
{       SFP$UPDATE_JOB_LIMIT_ACCUM (LIMIT_NAME, UPDATE_VALUE, UPDATE_KIND,
{             STATUS);
{
{ LIMIT_NAME: (input)  Specifies the name of the limit to be updated.
{
{ UPDATE_VALUE: (input)  Specifies an increment to the accumulator or a new
{       value for the accumulator.
{
{ UPDATE_KIND: (input)  Specifies whether UPDATE_VALUE is to be added to the
{       current accumulator value or to replace the accumulator value.
{
{ STATUS: (output) Variable in which the completion status is returned.
{
{       CONDITIONS:
{             sfe$accumulator_overflow
{             sfe$job_maximum_limit_exceeded
{             sfe$job_warning_limit_exceeded
{             sfe$limit_not_activated
{             sfe$statistics_not_available
{             sfe$unknown_enforcement
{             sfe$unknown_update_kind
{
