TAA Tools
DSPACCPTH       DISPLAY ACCESS PATH                    TAADBHP

The Display  Access  Path command  displays or  prints the  information
about an access path and the key fields.

A typical command would be:

             DSPACCPTH     FILE(xxx)

The  heading information  includes such  things as  the type  of access
path, type of maintenance, and whether select/omit logic exists.

If  a keyed access  path is named,  each key field  is listed.  Options
allow a detail  display of  the access path  information about the  key
field as well as a display of the field attributes.

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

   FILE          The  qualified file  name of  the file.    The library
                 value  defaults   to  *LIBL.    *CURLIB  may  also  be
                 specified.

   OUTPUT        How to output the results.   The default is *  meaning
                 to display  the results  if the command  is run  in an
                 interactive job.

                 If  the command  is run  in a batch  job or  *PRINT is
                 specified, printed results will occur.

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

Files with up to 998 fields are supported.

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

The following TAA Tools must be on your system:

     DSPFLDA         Display field attributes
     FILEFDBCK       File feedback
     HLRMVMSG        HLL Remove message
     RTVFLDARR       Retrieve field array
     RTVKEYLST       Retrieve key list
     SNDESCMSG       Send escape message
     SNDSTSMSG       Send status message

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

None, the tool is ready to use.

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

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

   DSPACCPTH     *CMD                   TAADBHP       QATTCMD
   TAADBHPC      *PGM       CLP         TAADBHPC      QATTCL
   TAADBHPC2     *PGM       CLP         TAADBHPC2     QATTCL
   TAADBHPR      *PGM       RPG         TAADBHPR      QATTRPG
   TAADBHPR2     *PGM       RPG         TAADBHPR2     QATTRPG
   TAADBHPD      *FILE      DSPF        TAADBHPD      QATTDDS

Structure
---------

DSPACCPTH   Cmd
   TAADBHPC   CL pgm
     TAADBHPR    RPG Pgm  - Interactive display
       TAADBHPD     Display  file
     TAADBHPR2   RPG pgm  - Print program
       TAADBHPC2   CL  pgm  - Accesses field info
					

Added to TAA Productivity tools May 1, 1996


Home Page Up to Top