TAA Tools
LOGCL           LOG CL STATEMENTS                      TAAJOBN

The Log  CL  Statements command  provides a  shorthand  for the  CHGJOB
LOGCLPGM parameter.

Logging of  CL statements is  a simple debugging aid  when working with
CL  programs.   In  many cases  it can  be used  instead of  the system
debug function to determine problems.

Instead of entering:

      CHGJOB   LOGCLPGM(*YES)

you would specify:

      LOGCL

The default is to  turn on logging.  To  specify that logging is to  be
turned off, specify:

      LOGCL  *OFF

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

   LOG           A  *YES/*NO value that  is passed  thru to  the CHGJOB
                 LOGCLPGM parameter.  The default is *YES.

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

None.

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

None.

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

None, the tool is ready to use.

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

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

   LOGCL         *CMD                       TAAJOBN       QATTCMD
   TAAJOBNC      *PGM           CLP         TAAJOBNC      QATTCL
					

Added to TAA Productivity tools April 1, 1995


Home Page Up to Top