TAA Tools
DSPOWNOBJ       DISPLAY OWNED OBJECTS                  TAASEKQ

The Display Owned  Objects command is  similar to the  system DSPUSRPRF
TYPE(*OBJOWN)  function, but provides  size, last  used date,  and text
description  also.   A summary  may also be  made by  either library or
object type.

You must have *ALLOBJ special authority to use DSPOWNOBJ.

A typical command would be:

             DSPOWNOBJ  USRPRF(xxx)

All objects  owned by  the named  user  would appear  in library  order
with the size, last used date, and text description.

A one line summary by library could be shown by entering:

             DSPOWNOBJ  USRPRF(xxx) TYPE(*SUMMARY)

DSPOWNOBJ escape messages you can monitor for
---------------------------------------------

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

DSPOWNOBJ Command parameters                          *CMD
----------------------------

   USRPRF        The  name  of  the   user  profile  to  display  owned
                 objects for.

   TYPE          The type of listing to be output.

                 *LIST  is the default  for one line per  object with a
                 total for each library.

                 *SUMMARY may be entered to  list one line per  library
                 where owned objects exist.

   SEQ           How to sequence the output.

                 *LIB  is the  default to  list by  object type  within
                 library.

                 *OBJTYPE may be entered to list by object type.

   OUTPUT        How  to  output the  results.   *  is  the  default to
                 display the  spooled file  if the  command is  entered
                 interactively.   If the display  is ended  with F3/F12
                 or the  Enter key, the  spooled file is  deleted after
                 it  is  displayed.   To retain  the spooled  file, you
                 may use the  the System Request 'Cancel'  function and
                 the spooled file will exist in a HLD status.

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


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

You must have *ALLOBJ special authority to use DSPOWNOBJ.

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

The following TAA Tools must be on your system:

     CHKALLOBJ       Check *ALLOBJ special authority
     CVTDAT          Convert date
     CVTOBJDAT       Convert object date
     EDTVAR          Edit variable
     RMVMSGKEY       Remove message key
     RTVOBJD2        Retrieve object description 2
     RTVSYSVAL3      Retrieve system value 3
     SNDCOMPMSG      Send completion message
     SNDESCINF       Send escape information
     SNDESCMSG       Send escape message
     SNDSTSMSG       Send status message
     SORTDBF         Sort data base file

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

None, the tool is ready to use.

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

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

   DSPOWNOBJ     *CMD                   TAASEKQ       QATTCMD
   TAASEKQC      *PGM       CLP         TAASEKQC      QATTCL
   TAASEKQC2     *PGM       CLP         TAASEKQC2     QATTCL
   TAASEKQR      *PGM       RPG         TAASEKQR      QATTRPG
					

Added to TAA Productivity tools October 15, 2013


Home Page Up to Top