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

157 lines
5.5 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>Work with CRQ Descriptions (WRKCRQD)</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="WRKCRQD.Top_Of_Page"></a>
<h2>Work with CRQ Descriptions (WRKCRQD)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#WRKCRQD.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKCRQD.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKCRQD.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKCRQD"></a>
<p>The Work with Change Request Descriptions (WRKCRQD) command shows the Work with Change Request Descriptions display. You can create, change, and delete change request descriptions, and work with change request description activities using this command.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>Searches only the libraries to which you have *USE authority.
</li>
<li>Shows only the change request descriptions to which you have authority.
</li>
<li>To perform operations on the change request descriptions, you must have *USE authority to the command used by the operation and the appropriate authority to the change request descriptions on which the operation is performed.
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCRQD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKCRQD.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="#WRKCRQD.CRQD"><b>CRQD</b></a></td>
<td valign="top">Change request description</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Change request description</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>*LIBL</u></b>, *CURLIB, *USRLIBL, *ALL, *ALLUSR</td>
</tr></table>
<table width="100%">
<tr><td align="right"><a href="#WRKCRQD.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKCRQD.CRQD"></a>
<h3>Change request description (CRQD)</h3>
<p>Specifies the qualified name of the change request description object.
</p>
<p>The possible change request description values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>Display all change request descriptions.
</dd>
<dt><b><i>change-request-description</i></b></dt>
<dd>Specify the change request description to display.
</dd>
<dt><b><i>generic*-change-request-description</i></b></dt>
<dd>Specify a generic change request description name. A generic name is a character string containing one or more characters followed by an asterisk (*). Only the change request descriptions with a matching name or with a matching beginning string display.
<p>The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>Searches all libraries in your library list and in the system portion of the job's library list.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>Locate the change request description on the current library. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b>*USRLIBL</b></dt>
<dd>A problem log entry is created when a remote alert is received.
</dd>
<dt><b>*ALL</b></dt>
<dd>Search all libraries in the system including the QSYS library.
</dd>
<dt><b>*ALLUSR</b></dt>
<dd>Search all non-system libraries including all user-defined libraries and the QGPL library. Libraries starting with the letter Q other than QGPL are not included.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the library to be searched in this parameter.
</dd>
</dl>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCRQD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKCRQD.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Working with Change Request Descriptions</b>
</p>
<p>
<pre>
WRKCRQD
</pre>
</p>
<p>This command shows how to work with all change request descriptions in the library list of the job.
</p>
<p><b>Example 2: Working with All Change Request Descriptions</b>
</p>
<p>
<pre>
WRKCRQD CRQD(MYLIB/*ALL)
</pre>
</p>
<p>This command shows how to work with all change request descriptions in MYLIB.
</p>
<p><b>Example 3: Working with All Change Request Descriptions in a String</b>
</p>
<p>
<pre>
WRKCRQD CRQD(CHG*)
</pre>
</p>
<p>This command shows how to work with all change request descriptions that begin with the letters 'CHG' and are in the library list of the current job.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCRQD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKCRQD.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKCRQD.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>