ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/prtcmdusg.htm

211 lines
7.8 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Print Command Usage (PRTCMDUSG)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="PRTCMDUSG.Top_Of_Page"></a>
<h2>Print Command Usage (PRTCMDUSG)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#PRTCMDUSG.PARAMETERS.TABLE">Parameters</a><br>
<a href="#PRTCMDUSG.COMMAND.EXAMPLES">Examples</a><br>
<a href="#PRTCMDUSG.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="PRTCMDUSG"></a>
<p>The Print Command Usage (PRTCMDUSG) command creates a cross-referenced listing of a specified group of CL commands that are used in a specified group of CL programs. The report shows, program by program, which of the specified commands are used in each program. The report can be used to identify which programs need to be recompiled because of changes that have been made to the command definition objects of commands specified on the PRTCMDUSG command. Note that this command can take a long time to run and can make a lot of printed output.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="PRTCMDUSG.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#PRTCMDUSG.CMD"><b>CMD</b></a></td>
<td valign="top">Command</td>
<td valign="top">Values (up to 50 repetitions): <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Command</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b></td>
</tr><tr>
<td valign="top" rowspan="3"><a href="#PRTCMDUSG.PGM"><b>PGM</b></a></td>
<td valign="top">Program</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Program</td>
<td valign="top"><i>Generic name, name</i>, <b><u>*ALL</u></b></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*USRLIBL</u></b>, *CURLIB, *ALLUSR</td>
</tr></table>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="PRTCMDUSG.CMD"></a>
<h3>Command (CMD)</h3>
<p>Specifies the names of up to fifty CL commands for which specified programs are searched and printed in a report. The system searches the specified programs for every occurrence of each command you specify.
</p>
<p>
<b>Note: </b>PRTCMDUSG cannot be used to print the command usage for ILE CL programs and modules.
</p>
<p>This is a required parameter.
</p>
<p><b>Qualifier 1: Command</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of a command.
</dd>
</dl>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the library list for the current thread are searched until the first match is found.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library that contains the CL commands whose usage in CL programs is to be reported.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="PRTCMDUSG.PGM"></a>
<h3>Program (PGM)</h3>
<p>Specifies one or more CL programs that are searched for the specified commands. Only the programs and libraries for which you have some (any) authority are included in the report. This parameter also can specify that all (*ALL) programs in the specified library or libraries (*USRLIBL/*ALL, for example) are searched.
</p>
<p><b>Qualifier 1: Program</b>
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All CL programs in the specified library for which the user has some authority are searched to locate the specified CL commands.
</dd>
<dt><b><i>generic-name</i></b></dt>
<dd>Specify the generic name of several programs in the specified library qualifier that are searched for the specified commands. A generic name can be specified as a character string that contains one or more characters followed by an asterisk (*).
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the CL program that is to be searched for the specified CL commands.
</dd>
</dl>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b>*USRLIBL</b></dt>
<dd>If a current library entry exists in the library list for the current thread, the current library and the libraries in the user portion of the library list are searched. If there is no current library entry, only the libraries in the user portion of the library list are searched.
</dd>
</dl>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to search for the CL program. If no library is specified as the current library for the job, QGPL is used.
</dd>
</dl>
<dl>
<dt><b>*ALLUSR</b></dt>
<dd>All user libraries are searched. All libraries with names that do not begin with the letter Q are searched except for the following:
<p>
<pre>
#CGULIB #DSULIB #SEULIB
#COBLIB #RPGLIB
#DFULIB #SDALIB
</pre>
</p>
<p>Although the following Qxxx libraries are provided by IBM, they typically contain user data that changes frequently. Therefore, these libraries are considered user libraries and are also searched:
</p>
<p>
<pre>
QDSNX QRCLxxxxx QUSRIJS QUSRVxRxMx
QGPL QSRVAGT QUSRINFSKR
QGPL38 QSYS2 QUSRNOTES
QMGTC QSYS2xxxxx QUSROND
QMGTC2 QS36F QUSRPOSGS
QMPGDATA QUSER38 QUSRPOSSA
QMQMDATA QUSRADSM QUSRPYMSVR
QMQMPROC QUSRBRM QUSRRDARS
QPFRDATA QUSRDIRCL QUSRSYS
QRCL QUSRDIRDB QUSRVI
</pre>
</p>
<ol>
<li>'xxxxx' is the number of a primary auxiliary storage pool (ASP).
</li>
<li>A different library name, in the format QUSRVxRxMx, can be created by the user for each previous release supported by IBM to contain any user commands to be compiled in a CL program for the previous release. For the QUSRVxRxMx user library, VxRxMx is the version, release, and modification level of a previous release that IBM continues to support.
</li>
</ol>
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be searched.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="PRTCMDUSG.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
PRTCMDUSG CMD(CPYF) PGM(PAYROLL/*ALL)
</pre>
</p>
<p>This commands searches all CL programs in the library PAYROLL for the Copy File (CPYF) commands and prints the names of both the commands and the program.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="PRTCMDUSG.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF0593</b></dt>
<dd>PRTCMDUSG command ended by controlled end.
</dd>
<dt><b>CPF0595</b></dt>
<dd>PRTCMDUSG command ended.
</dd>
<dt><b>CPF0596</b></dt>
<dd>PRTCMDUSG command ended. Cannot open print file.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#PRTCMDUSG.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>