DSPLIBJOBD DISPLAY LIBRARY JOB DESCRIPTION TAAJBDI |
The Display Library Job Description command displays or lists one or
more libraries and job descriptions in one or more libraries that
contain a specified library name. This allows you to determine what
libraries are specified within job descriptions.
You must have *ALLOBJ special authority to use a library name or a
job description library of *ALL or *ALLUSR.
Assume you want to determine the job descriptions that contain the
library name ABC. To check all libraries on the system, you would
specify:
DSPLIBJOBD LIB(*ALL) JOBDLIB(*ALL)
If you are only interested in the libraries that start with XYZ, you
would specify:
DSPLIBJOBD LIB(XYZ*) JOBDLIB(ABC)
If you want a listing of all possibilities, specify:
DSPLIBJOBD LIB(*ALL) JOBDLIB(*ALL)
Because libraries QGPL and QTEMP typically appear in many job
descriptions, you can omit them with:
DSPLIBJOBD LIB(*ALL) JOBDLIB(*ALL)
OMITLIB(QGPL QTEMP)
DSPLIBJOBD escape messages you can monitor for
----------------------------------------------
None. Escape messages from based on functions will be re-sent.
DSPLIBJOBD Command parameters *CMD
-----------------------------
LIB The libraries to be considered. A specific library,
a generic name, or *ALL for all libraries may be
specified.
JOBDLIB The libraries where the job descriptions exist that
should be checked for the libraries named in the LIB
parameter. A single library, *LIBL, *CURLIB,
*USRLIBL, *ALLUSR, or *ALL may be specified.
OMITLIB A list of up to 40 libraries that may be omitted.
The default is *NONE.
This is typically used when LIB(*ALL) is specified
and you want to omit libraries such as QGPL and
QTEMP.
LSTLIBOPT Whether to list the libraries where a job
description exists that uses the library or to list
all libraries.
*USED is the default to list only those libraries
which are specified in a job description.
*ALL may be specified to list all libraries even if
they are not specified in a job description.
OUTPUT How to output the results. * is the default to
display the spooled file if the command is entered
interactively. The spooled file is deleted after it
is displayed.
If the command is entered in batch or *PRINT is
specified, the spooled file is output and retained.
Restrictions
------------
You must have *ALLOBJ special authority to use a library name or a
job description library of *ALL or *ALLUSR.
Prerequisites
-------------
The following TAA Tools must be on your system:
CHKALLOBJ Check *ALLOBJ special authority
CVTJOBD Convert job descriptions
EXPVAL Expand value
EXTLST2 Extract list 2
RTVSYSVAL3 Retrieve system value 3
SNDCOMPMSG Send completion message
SNDESCINF Send escape information
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
------ ---- --------- ---------- ----------
DSPLIBJOBD *CMD TAAJBDI QATTCMD
TAAJBDIC *PGM CLP TAAJBDIC QATTCL
TAAJBDIR *PGM RPG TAAJBDIR QATTRPG
|
Added to TAA Productivity tools August 1, 2008