TAA Tools
RTVUSRSPCA      RETRIEVE USER SPACE ATTRIBUTES         TAASPCF

The Retrieve  User Space  Attributes command  retrieves the  attributes
of  a user  space.  This  can be  helpful in  determining the  size and
whether the space is set to auto-extend.

A typical series of commands would be:


              DCL          &SIZE *CHAR LEN(9 0)
               .
              RTVUSRSPCA   USRSPC(xxx) SIZE(&SIZE)

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

   USRSPC        The  qualified name  of the  user space.   The library
                 value defaults to  *LIBL.  *CURLIB  may also be  used.

   RTNLIB        The library where  the user space exists.   This is an
                 optional  return variable.   If specified,  it must be
                 declared as *CHAR LEN(10).   The value may be  helpful
                 if *LIBL is used to access the user space.

   SIZE          The  size of  the user  space.   This  is an  optional
                 return  variable.  If  specified, it  must be declared
                 as *DEC LEN(9 0).

   AUTOEXTEND    Whether the  user space  is  set to  auto extend.    A
                 value  of  Y or  N  will  be  returned.   This  is  an
                 optional  return variable.   If specified, it  must be
                 declared as *CHAR LEN(1)

   INTLVALUE     The  value  used  to  initialize the  user  space.   A
                 blank may  be returned.   This is  an optional  return
                 variable.   If specified it must be  declared as *CHAR
                 LEN(1)

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

None.

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

The following TAA Tools must be on your system:

     CHKOBJ3         Check object 3

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

None, the tool is ready to use.

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

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

   RTVUSRSPCA    *CMD                   TAASPCF       QATTCMD
   TAASPCFC      *PGM       CLP         TAASPCFC      QATTCL
					

Added to TAA Productivity tools April 1, 1998


Home Page Up to Top