TAA Tools
PRTJRNCDE       PRINT JOURNAL CODE                     TAAJRNK

The  Print Journal  Code  command  prints  the system  defined  journal
codes and  their descriptions.  This includes the  sub code used by the
'T' audit entries.

A typical command would be entered as:

             PRTJRNCDE

A  spooled file name  JRNCDE is output  with all the  journal codes and
types.

A specific Code  (such as  T = Audit  Entries) and Type  (such as CO  =
Create of an Object) may be specified.

The TAAJRNKR  program has a compile  time array that  defines the codes
and  the descriptions.  This  program is used by  other tools to access
the information.

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

   CODE          The one byte  value that  identifies the journal  code
                 such as T = Audit entry.

   TYPE          The two  byte value  that identifies the  journal type
                 such as CO = Create of an object.

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

None.

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

The following TAA Tools must be on your system:

     RTVSYSVAL       Retrieve system value 3
     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
   ------        ----    ---------      ----------    ----------

   PRTJRNCDE     *CMD                   TAAJRNK       QATTCMD
   TAAJRNKC      *PGM       CLP         TAAJRNKC      QATTCL
   TAAJRNKR      *PGM       RPG         TAAJRNKR      QATTRPG
   TAAJRNKR2     *PGM       RPG         TAAJRNKR2     QATTRPG

Structure
---------

PRTJRNCDE  Cmd
  TAAJRNKC   CL
    TAAJRNKR2  RPG
      TAAJRNKR  RPG
					

Added to TAA Productivity tools October 1, 1997


Home Page Up to Top