TAA Tools
RTNLIBL         RETURN LIBRARY LIST                    TAALIBK

The Return  Library List command  is intended for  use with RTVJOBA  of
the  LIBL  parameter.   CHGLIBL  cannot  be  used  directly because  it
expects a list and RTVJOBA returns a string.

RTNLIBL performs a reset of the library list using a variable.

A typical sequence of commands would be:

             DCL        &USRLIBL *CHAR LEN(2750)
                .
             RTVJOBA    USRLIBL(&USRLIBL)
             CHGLIBL    LIBL(xxxx) /* Set to your needs */
                .
                        /* When required, return the list */
             RTNLIBL    USRLIBL(&USRLIBL)


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

   USRLIBL       The  user library list  to be returned.   Any value up
                 to 2750 bytes is valid.

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

None.

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

None.

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

None, the tool is ready to use.

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

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

   RTNLIBL       *CMD                   TAALIBK       QATTCMD
   TAALIBKC      *PGM       CLP         TAALIBKC      QATTCL
					

Added to TAA Productivity tools April 1, 1995


Home Page Up to Top