TAA Tools
CPYTAATOOL      COPY TAA TOOL SOURCE                       TAATOLB

The Copy TAA tool  source command copies the source  members associated
with  a  specific  TAA  ID  to  the  corresponding source  files  in  a
specific library.

Prior  the  to  the  TAA Productivity  Tools,  CPYTAATOOL  was  used to
assist in  modifying  the  source for  a  TAA  Tool.   The  recommended
solution  when using  the  TAA Productivity  Tools  is to  now use  the
CPYTAA  command which  will access  source from the  TAA Archive.   See
the discussion in the CRTTAASRCF tool.

To use the CPYTAATOOL command, you  must know the TAAxxxx name used  by
the tool.   This can  be determined by using  the DSPTAA command.   The
first  line of  output describes  the TAAxxxx name.   For  example, the
command to  copy the  source used  by the  PRTLIBDTL command  would  be
entered as:

        CPYTAATOOL    TOOLID(TAALIBJ) TOLIB(xxx)

The same  source file names  as exist in  TAATOOL are required.   Using
the  same  file names  allows  the  use of  the  CRTTAATOOL command  to
recreate the tool objects.  The source files are:

           QATTCMD
           QATTCL
           QATTDDS
           QATTRPG

These  source files  may be  created in  a library with  the CRTTAASRCF
tool.

**********************************************************************
*                                                                    *
*     You should not  modify  the source in TAATOOL as it will be    *
*     totally replaced  by  a  subsequent release.  If you want to   *
*     modify the source,  you should copy all of the members for a   *
*     particular tool to a separate library.                         *
*                                                                    *
**********************************************************************


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

   TOOLID        The  Tool  ID to  copy.    It  must  be  specified  as
                 TAAxxxx.

   TOLIB         The library to  copy the source files to.   The source
                 files must exist of the same name as in TAATOOL.

   FROMLIB       The  library  to  copy the  source  files  from.   The
                 default is TAATOOL.

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

None.

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

The following TAA Tools must be on your system:

          EDTVAR        Edit variable
          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
   ------        -----      ---------      ----------     -----------

   CPYTAATOOL    *CMD                      TAATOLB        QATTCMD
   TAATOLBC      *PGM          CLP         TAATOLBC       QATTCL
					

Added to TAA Productivity tools April 1, 1995


Home Page Up to Top