| PRTLMTCMD       PRINT LIMITED COMMANDS                 TAACMDK | 
				
					| 
The Print  Limited Commands  function prints  the commands  found in  a
library  that are  specified as  ALWLMTCPB(*YES).   These  commands are
the  only commands that can  be entered from a  command entry line by a
user that is specified as LMTCPB(*YES).
You may  change any  user or system  commands with  the CHGCMD  command
and specify ALWLMTCPB(*YES).
A typical command would be entered as:
          PRTLMTCMD     LIB(xxx)
The library  parameter allows  special values such  as *ALL  to provide
output  for  all libraries.    A spooled  file is  created  listing the
commands that are specified as ALWLMTCPB(*YES).
If a command is limited and  is a proxy command, the actual command  is
also listed.
For a  library with  many commands  or for  all libraries, the  command
should be submitted to batch.
Command parameters                                    *CMD
------------------
   LIB           The  library where  the commands  exist.   The special
                 values *LIBL,  *CURLIB,  *USRLIBL,  *ALL,  or  *ALLUSR
                 may be specified.
Restrictions
------------
You must be authorized to the library specified.
You  must  have  *ALLOBJ special  authority  to  specify  LIB(*ALL)  or
LIB(*ALLUSR).
Prerequisites
-------------
The following TAA Tools must be on your system:
     ALCTMPMBR    Allocate temporary member
     CHKALLOBJ    Check all object authority
     EDTVAR       Edit variable
     RTVCMDA      Retrieve command attributes
     RTVSYSVAL3   Retrieve system value 3
     SNDCOMPMSG   Send completion message
     SNDESCMSG    Send escape message
     SNDSTSMSG    Send status message
Implementation
--------------
None, the tool is ready to use.
Objects used by the tool
------------------------
   Object        Type    Attribute      Src member    Src file
   ------        ----    ---------      ----------    ----------
   PRTLMTCMD     *CMD                   TAACMDK       QATTCMD
   TAACMDKC      *PGM       CLP         TAACMDKC      QATTCL
   TAACMDKR      *PGM       RPG         TAACMDKR      QATTRPG
					 | 
			
			
			Added to TAA Productivity tools May 1, 1996