163 lines
5.1 KiB
HTML
163 lines
5.1 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>Delete Submitted CRQ (DLTSBMCRQ)</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="DLTSBMCRQ.Top_Of_Page"></a>
|
||
|
<h2>Delete Submitted CRQ (DLTSBMCRQ)</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="#DLTSBMCRQ.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#DLTSBMCRQ.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#DLTSBMCRQ.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="DLTSBMCRQ"></a>
|
||
|
<p>The Delete Submitted Change Request (DLTSBMCRQ) command allows you to delete one or more submitted change requests.
|
||
|
</p>
|
||
|
<p><b>Restriction:</b> You can only delete a change request if you are the submitter, or have *JOBCTL special authority. Only change requests with a status of <b>Ended</b> can be deleted.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="DLTSBMCRQ.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="#DLTSBMCRQ.CRQ"><b>CRQ</b></a></td>
|
||
|
<td valign="top">Change request</td>
|
||
|
<td valign="top"><i>Element list</i></td>
|
||
|
<td valign="top" rowspan="3">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">Element 1: Name</td>
|
||
|
<td valign="top">
|
||
|
<i>Generic name, name</i>, *ALL</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">Element 2: Sequence number</td>
|
||
|
<td valign="top">
|
||
|
1-999999, <b><u>*ALL</u></b></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#DLTSBMCRQ.DAYS"><b>DAYS</b></a></td>
|
||
|
<td valign="top">Days</td>
|
||
|
<td valign="top">0-999, <b><u>30</u></b></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="DLTSBMCRQ.CRQ"></a>
|
||
|
<h3>Change request (CRQ)</h3>
|
||
|
<p>Specifies the change request name and sequence number to be deleted.
|
||
|
</p>
|
||
|
<p>The possible change request name values are:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>*ALL</b></dt>
|
||
|
<dd>Deletes all qualified change requests.
|
||
|
</dd>
|
||
|
<dt><b><i>change-request-name</i></b></dt>
|
||
|
<dd>Specify the name of the change request to be deleted.
|
||
|
</dd>
|
||
|
<dt><b><i>generic*-change-request-name</i></b></dt>
|
||
|
<dd>Specify a generic change request name. A generic name is a character string containing one or more characters followed by an asterisk (*). The change requests matching the string or beginning with the string is deleted.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<p>The possible sequence number values are:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*ALL</u></b></dt>
|
||
|
<dd>Selects all qualified change requests.
|
||
|
</dd>
|
||
|
<dt><b><i>sequence-number</i></b></dt>
|
||
|
<dd>Specify the sequence number of the change request to be deleted.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DLTSBMCRQ.DAYS"></a>
|
||
|
<h3>Days (DAYS)</h3>
|
||
|
<p>Specifies the number of days old a change request must be before it is deleted. Change requests that have been ended for the specified number of days or more are deleted. The DAYS parameter is ignored for requests to delete a specific change request.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>30</u></b></dt>
|
||
|
<dd>Deletes change requests 30 days old or older.
|
||
|
</dd>
|
||
|
<dt><b><i>number-of-days-old</i></b></dt>
|
||
|
<dd>Specify the number of days a change request has had a status of ENDED.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTSBMCRQ.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Deleting All Ended Change Requests</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTSBMCRQ CRQ(*ALL) DAYS(0)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command shows how to delete all ended change requests.
|
||
|
</p>
|
||
|
<p><b>Example 2: Deleting a Submitted Change Request</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTSBMCRQ CRQ(CHG4444 123)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command shows how to delete the submitted change request CHG4444 with a sequence number of 123.
|
||
|
</p>
|
||
|
<p><b>Example 3: Deleting All Change Requests</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTSBMCRQ CRQ(CHG* 1) DAYS(15)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command shows how to delete all change requests with names starting with CHG and having a sequence number of 1 that are 15 days old or older.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTSBMCRQ.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p>None
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTSBMCRQ.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|