TAA Tools
RTVNONSYS       RETRIEVE NON-SYSTEM                    TAALICR

The Retrieve  Non-System command retrieves  the libraries that  are not
saved  by a SAVLIB(*NONSYS).   Each entry  returned has 2  libraries to
allow  for a  range test  such as  QSYS00033 to  QSYS00255.  If  only a
single library  like QSYS  is not  saved, the  name is  placed in  both
parts of the entry.

The command is  intended to be used when processing  a special value of
*NONSYS  to check  if  a library  exists within  the range  provided by
each entry.

To see the specific list of  libraries, see the TAALICRC CL program  in
QATTCL in TAATOOL.

RTVNONSYS escape messages you can monitor for
---------------------------------------------

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

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

   NONSYSLIB     An optional  return variable  for the list  of entries
                 that  are not  saved by  SAVLIB(*NONSYS).   Each entry
                 is 20 bytes  long made up  of 2 library names.   If  a
                 range of  library names exist,  the entry  will appear
                 such  as QSYS00033  to QSYS00255.    If only  a single
                 library  like QSYS exists, the  name is placed in both
                 parts  of  the  entry.    Any   unused  positions  are
                 returned as blanks.

                 If  used,  the  variable  must be  declared  as  *CHAR
                 LEN(5000).

   ENTCNT        An  optional return variable  for a count  of how many
                 entries are returned.  If  used, the variable must  be
                 declared as *DEC LEN(5 0).

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

Because the  command returns  variables, it may  only be  used in  a CL
program.

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

The following TAA Tools must be on your system:

     SNDESCINF       Send escape information

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

None, the tool is ready to use.

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

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

   RTVNONSYS     *CMD                   TAALICR       QATTCMD
   TAALICRC      *PGM       CLP         TAALICRC      QATTCL
					

Added to TAA Productivity tools January 15, 2004


Home Page Up to Top