TAA Tools
CVTJRNOBJ       CONVERT JOURNAL OBJECTS                TAAJROT

The  Convert Journal  Objects  command converts  the  objects that  are
being  journaled from  a specified  journal to  an outfile.   Different
object  types  are  handled  including IFS  objects.    The  outfile is
always CVTJRNO which  uses the  model file TAAJROTP  and a format  name
of JRNOBJR.

A typical command would be:

             CVTJRNOBJ  JRN(xxx) OUTLIB(QTEMP)

There  would be  one record  written to  file CVTJRNP  file  in library
QTEMP  for  each  object  that  is  being  journaled  to the  specified
journal.

CVTJRNOBJ escape messages you can monitor for
---------------------------------------------

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

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

   JRN           The qualified name  of the  journal object to  convert
                 objects being  journaled.  The library  value defaults
                 to *LIBL.   A specific library or  *CURLIB may also be
                 used.

   OBJTYPE       The  object  type  to  be  converted.    *ALL  is  the
                 default.

                 A list  of up  to 7 object  types may  be named.   The
                 values are  *FILE, *DTAARA, *DTAQ,  *LIB, *STMF, *DIR,
                 or *SYMLNK.

   OUTLIB        The  library where  the JRNOBJP file  will be written.
                 The default is  *LIBL.  If  the JRNOBJP file does  not
                 exist,  a  specific  library   must  be  named.    The
                 TAATOOL library may not be used.

   OUTMBR        The  member to  be  written to  for the  JRNOBJP file.
                 JRNOBJP is the default.

   REPLACE       A *YES/*NO  value for  whether  the member  should  be
                 cleared before writing  records into it.   The default
                 is *YES.

                 *NO allows you to add records to an existing file.

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

None.

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

The following TAA Tools must be on your system:

     CHKOBJ3         Check object 3
     DUPTAADBF       Duplicate TAA data base file
     EDTVAR          Edit variable
     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

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

None, the tool is ready to use.

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

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

   CVTJRNOBJ     *CMD                   TAAJROT       QATTCMD
   TAAJROTC      *PGM       CLP         TAAJROTC      QATTCL
   TAAJROTR      *PGM       RPGLE       TAAJROTR      QATTRPG
   TAAJROTP      *FILE      PF          TAAJROTP      QATTDDS
					

Added to TAA Productivity tools July 15, 2012


Home Page Up to Top