TAA Tools
DSPSUMOUTQ      DISPLAY SUMMARY OF OUTPUT QUEUE        TAASPPB

The Display Summary  of Output Queue  command provides a summary  of an
output  queue by  Status, Form  Type, User  Data, and  Output Priority.
One  or all of the summaries may be  listed along with an optional line
for  each  spooled file.    DSPSUMOUTQ  can  help  determine  how  much
printing must occur for each type.

A typical command would be:

             DSPSUMOUTQ OUTQ(xxx)

A  display would  appear  of  the important  attributes  of the  output
queue  and 4 sets  of summary  information for status,  form type, user
data, and output priority.  Each  summary would list one line for  each
unique value  within the  summary type  along with  the count of  files
and pages.

DSPSUMOUTQ escape messages you can monitor for
----------------------------------------------

None.  Escape messages from based on functions will be re-sent.

DSPSUMOUTQ Command parameters                         *CMD
-----------------------------

   OUTQ          The   qualified  name  of  the   output  queue  to  be
                 summarized.  The library value  defaults to *LIBL.   A
                 specific library or *CURLIB may also be used.

   SUMTYP        The summary  type.   *ALL  is the  default  for all  4
                 types.

                 *STS  may be  entered for  a  summary by  spooled file
                 status.

                 *FORMTYPE  may be entered for  a summary by form type.

                 *USRDTA may be entered for a summary by user data.

                 *OUTPTY  may  be  entered  for  a  summary  by  output
                 priority.

   LIST          A  *YES/*NO parameter  for  whether to  list one  line
                 for each spooled file in the output queue.

                 *NO  is the  default to  bypass the detail  listing of
                 each spooled file.

                 *YES may  be specified  to list  the  details of  each
                 spooled file.

   OUTPUT        How  to output  the  results.   *  is  the default  to
                 display  the spooled  file if  the command  is entered
                 interactively.  The spooled  file is deleted after  it
                 is displayed.

                 If  the command  is  entered  in  batch or  *PRINT  is
                 specified,  the spooled file  is output  and retained.


Restrictions
------------

None.

Prerequisites
-------------

The following TAA Tools must be on your system:

     CHKOBJ3         Check object 3
     CVTDAT          Convert date
     CVTOUTQ         Convert output queue
     RSNLSTMSG       Resend last message
     RTVOUTQA        Retrieve output queue attributes
     RTVSYSVAL3      Retrieve system value 3
     SNDCOMPMSG      Send completion message
     SNDESCINF       Send escape information

Implementation
--------------

None, the tool is ready to use.

Objects used by the tool
------------------------

   Object        Type    Attribute      Src member    Src file
   ------        ----    ---------      ----------    ----------

   DSPSUMOUTQ    *CMD                   TAASPPB       QATTCMD
   TAASPPBC      *PGM       CLP         TAASPPBC      QATTCL
   TAASPPBR      *PGM       RPG         TAASPPBR      QATTRPG
					

Added to TAA Productivity tools April 15, 2010


Home Page Up to Top