{    The purpose of this request is to calculate the SRUs used by an
{ application for which application accounting is done.  The resulting
{ accumulated_srus returned by this request is used as the SRU counter for the
{ AV10 statistic.
{
{       AVP$CALCULATE_APPLICATION_SRUS (CPU_TIME, PAGING_STATISTICS,
{             ACCUMULATED_SRUS, STATUS);
{
{ CPU_TIME: (input)  This is the amount of CPU time used by the application.
{
{ PAGING_STATISTICS: (input)  This is the paging statistics for the application.
{       The paging statistics for working_set_max_used and
{       incremental_max_ws may be misleading since they are job wide, versus
{       application wide.  They have been included for completeness.
{
{ ACCUMULATED_SRUS: (output)  This is the amount of SRUs to be charged in the
{       AV10 statistic.  This does NOT represent the new SRU accumulator value
{       as with avp$calculate_srus.
{
{ STATUS: (output) This is the status of the request.
{      CONDITIONS:
{           none.
