TAA Tools
CLRDTAARA       CLEAR DATA AREA                        TAAARAF

The  Clear Data  Area  command  clears  (initializes) a  data  area  as
follows:

      Type      Initialized value
      ----      -----------------

      *CHAR          Blanks
      *DEC           Zeros
      *LGL           '0'

A typical command would be:

         CLRDTAARA     DTAARA(DTA1)

You must  have *CHANGE authority to  initialize the data area.   You do
not have to know the type of data area.

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

   DTAARA        The   qualified   name  of   the   data  area   to  be
                 initialized.   The library  value  defaults to  *LIBL.
                 *CURLIB may be specified.

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

You must have *CHANGE authority to the data area.

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

The following TAA Tools must be on your system:

     RTVDTAARAD      Retrieve data area description
     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
   ------        ----    ---------      ----------    ----------

   CLRDTAARA     *CMD                   TAAARAF       QATTCMD
   TAAARAFC      *PGM       CLP         TAAARAFC      QATTCL
					

Added to TAA Productivity tools May 1, 1996


Home Page Up to Top