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

110 lines
3.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>Delete PEX Data (DLTPEXDTA)</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="DLTPEXDTA.Top_Of_Page"></a>
<h2>Delete PEX Data (DLTPEXDTA)</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="#DLTPEXDTA.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DLTPEXDTA.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DLTPEXDTA.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DLTPEXDTA"></a>
<p>The DLTPEXDTA (Delete Performance Explorer Data) command deletes data that was collected by the Performance Explorer tool and was saved across a set of physical files in a particular library.
</p>
<p><b>Restriction:</b> The user must have object existence authority for each Performance Explorer database file in the specified library.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DLTPEXDTA.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"><a href="#DLTPEXDTA.DTAMBR"><b>DTAMBR</b></a></td>
<td valign="top">Data member</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#DLTPEXDTA.DTALIB"><b>DTALIB</b></a></td>
<td valign="top">Data library</td>
<td valign="top"><i>Name</i>, <b><u>QPEXDATA</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DLTPEXDTA.DTAMBR"></a>
<h3>Data member (DTAMBR)</h3>
<p>Specifies the member name of the performance data. The member name is the same for each of the physical files used by the Performance Explorer tool.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DLTPEXDTA.DTALIB"></a>
<h3>Data library (DTALIB)</h3>
<p>Specifies the library where the performance data files exist.
</p>
<dl>
<dt><b><u>QPEXDATA</u></b></dt>
<dd>The performance data is deleted from files in library QPEXDATA.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the library name which contains the performance data files.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTPEXDTA.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DLTPEXDTA DTAMBR(STATS3) DTALIB(TESTLIB)
</pre>
</p>
<p>This command will remove members named STATS3 from the performance explorer database files in library TESTLIB. These members could have been created when the user ended a performance explorer data collection session (ENDPEX CL command) specifying 'SSNID(STATS3) DTAOPT(*LIB) DTALIB(TESTLIB)'.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTPEXDTA.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTPEXDTA.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>