TAA Tools
DSPSUMJOBQ      DISPLAY SUMMARY OF JOB QUEUE           TAAJOFF

The Display Summary  of Job Queue command  provides a summary of  a job
queue by  Status and Job  Priority.  One  or both of  the summaries may
be  listed along with  an optional line  for each job.   DSPSUMJOBQ can
help determine how many jobs exist for each type.

A typical command would be:

             DSPSUMJOBQ JOBQ(xxx)

A display would  appear of  the important attributes  of the job  queue
and 2  sets of summary information  for status and job  priority.  Each
summary  would list one line  for each unique  value within the summary
type along with the count of jobs.

DSPSUMJOBQ escape messages you can monitor for
----------------------------------------------

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

DSPSUMJOBQ Command parameters                         *CMD
-----------------------------

   JOBQ          The  qualified   name   of  the   job  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  both
                 types.

                 *STS may be entered for a summary by job status.

                 *JOBPTY  may  be   entered  for  a   summary  by   job
                 priority.

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

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

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

   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
     CVTJOBQ         Convert job queue
     RSNLSTMSG       Resend last message
     RTVJOBQA        Retrieve job 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
   ------        ----    ---------      ----------    ----------

   DSPSUMJOBQ    *CMD                   TAAJOFF       QATTCMD
   TAAJOFFC      *PGM       CLP         TAAJOFFC      QATTCL
   TAAJOFFR      *PGM       RPG         TAAJOFFR      QATTRPG
					

Added to TAA Productivity tools April 15, 2010


Home Page Up to Top