TAA Tools
PRTTAACAT       PRINT TAA CATEGORIES                   TAAARCG

The Print TAA Categories  2 command prints a listing with  one line for
each of the  TAA Categories.  The primary purpose  of the command is to
provide  a call  interface to other  programs which need  access to the
TAA Category array of values and descriptions.

A typical command to print the categories would be:

            PRTTAACAT2

The command has no parameters.

Calling the RPG program to access the array information
-------------------------------------------------------

To call  the RPG  program which contains  the array  of categories  and
category descriptions you would do the following from an RPG program:

     E                    VAL       199  8   VLD    30   Value and desc
     E                    V2L       199  8   V2D    40   Value and rel
     I* Sub program to access value array and description
     I              'TAATOOL/TAAARCGR'    C         SUBPGM
     C****************************************************************
     C*                                                              *
     C*       Access the array data of values and descriptions       *
     C*                                                              *
     C****************************************************************
     C                     CALL SUBPGM                     Access arr
     C                     PARM 'GETARR'  REQST   8        Request
     C                     PARM           VAL              Cat values
     C                     PARM           VLD              Cat descrp
     C                     PARM           V2L              Cat values
     C                     PARM           V2D              Related cats

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

None.

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

None.

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

Not a consideration as only the object form exists on your system.

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

None, the tool is ready to use.

Object only tool
----------------

PRTTAACAT2 is shipped  in object form only.  The  source does not exist
on your system.
					

Added to TAA Productivity tools November 1, 1997


Documentation Home Return to the Tool List Up to Top