TAA Tools
PRTSAVCNT       PRINT SAVE COUNT                       TAASAVS

The Print  Save Count  command prints  one line  per specified  library
with a  size of the  library, a count  of the objects,  and an estimate
of  the  internal count  of objects  in the  library.   The  command is
intended for estimating save/restore requirements.

The user must be authorized to the TAADSPADP authorization list.

A typical command would be:

             PRTSAVCNT    LIB(LIB1 LIB2 ...)

Up to 300 libraries may  be named or the special values  *NONSYS, *ALL,
or *ALLUSR.

The  storage size  shown includes  the size  of the  library  object in
QSYS which will be saved with the library.

The  internal object  count is  an estimate.   See the  discussion with
the CVTLIBCNT tool.

The system has a limit for  how many internal objects may be saved  per
library.   See the  i/Series Information  Center and  search for  'save
size  limitations'.     The  number  is  generally  increased  on  each
release.

A list of 'omit libraries' may be specified.

PRTSAVCNT escape messages you can monitor for
---------------------------------------------

None, but escape messages from based on functions will be re-sent.

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

   LIB           A list of  up to  300 libraries  may be  named or  the
                 special values *NONSYS, *ALL, or *ALLUSR.

   OMITLIBS      A list  of  up to  40 libraries  to be  omitted.   The
                 default is *NONE.

                 A  library  name or  a  generic  library  name may  be
                 entered.   All library  names entered must  exist.  If
                 a generic  name  is specified,  at  least one  library
                 with the generic  name must exist.  There  is no check
                 made  for illogical  statements such as  LIB(LIBA) and
                 OMITLIBS(LIBA).

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

None.

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

The following TAA Tools must be on your system:

     CVTLIBCNT       Convert library count
     EXTLST2         Extract list 2
     RTVOBJD2        Retrieve object description 2
     RTVSYSVAL3      Retrieve system value 3
     SNDCOMPMSG      Send completion message

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

None, the tool is ready to use.

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

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

   PRTSAVCNT     *CMD                   TAASAVS       QATTCMD
   TAASAVSC      *PGM       CLP         TAASAVSC      QATTCL
   TAASAVSR      *PGM       RPG         TAASAVSR      QATTRPG
					

Added to TAA Productivity tools March 1, 1999


Home Page Up to Top