TAA Tools
DSPOBJTYPD      DISPLAY OBJECT TYPE DESCRIPTION        TAAOBKJ

The Display Object  Type Description command displays the  valid object
types on  the system in  a subfile and  allows a detail  display with a
one  paragraph description.  A print  option is also available to print
a one line listing or a paragraph for each object type.

Object types that exist in  either libraries or the IFS  are supported.

A typical command would be:

             DSPOBJTYPD

A subfile  would be displayed with all  of the valid object  types.  An
option exists to display a one paragraph description of each.

A specific type may also be entered such as:

             DSPOBJTYPD    OBJTYPE(*MODD)

The detail display is immediately shown.

To print a one paragraph description of all object types, specify:

             DSPOBJTYPD    OUTPUT(*PRINT) PARDSC(*YES)

DSPOBJTYPD escape messages you can monitor for
----------------------------------------------

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

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

   OBJTYPE       The  object  type to  be  displayed.   The  default is
                 *ALL to display all object types in a subfile.

                 A  specific  type   may  be   entered  if  using   the
                 interactive  display function  to immediately  display
                 the one paragraph description of the object type.

   OUTPUT        The  type of  output.   The  default is  *  which will
                 cause the display function  if the command is  entered
                 interactively.

                 *PRINT may be  entered to cause the print  function or
                 if  the command  is  entered in  batch,  printing will
                 occur automatically.

   PARDSC        Whether  to print a one  paragraph description of each
                 type.   *NO  is  the default  to  print one  line  per
                 object type.

                 *YES   may  be   specified   to   print  a   paragraph
                 description if the print function is requested.

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

None.

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

The following TAA Tools must be on your system:

     ADJVAR          Adjust variable
     FILEFDBCK       File feedback
     SNDCOMPMSG      Send completion message
     SNDESCMSG       Send escape message

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

None, the tool is ready to use.

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

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

   DSPOBJTYPD    *CMD                   TAAOBKJ       QATTCMD
   TAAOBKJC      *PGM       CLP         TAAOBKJC      QATTCL
   TAAOBKJR      *PGM       RPG         TAAOBKJR      QATTRPG
   TAAOBKJR2     *PGM       RPG         TAAOBKJR2     QATTRPG
   TAAOBKJD      *FILE      DSPF        TAAOBKJD      QATTDDS
   TAAOBKJP      *FILE      PF          TAAOBKJP      QATTDDS

TAAOBKJR2  is the  print program  which also contains  an array  of one
liners  per object  type.    The  paragraph  descriptions  are  in  the
TAAOBKJP file.
					

Added to TAA Productivity tools September 15, 2000


Home Page Up to Top