126 lines
4.0 KiB
HTML
126 lines
4.0 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 Functional Area (DLTFCNARA)</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="DLTFCNARA.Top_Of_Page"></a>
|
||
|
<h2>Delete Functional Area (DLTFCNARA)</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="#DLTFCNARA.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#DLTFCNARA.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#DLTFCNARA.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="DLTFCNARA"></a>
|
||
|
<p>The Delete Functional Area (DLTFCNARA) command allows you to delete functional areas from your system. Functional areas are used by performance tools for reports and graphics. A functional area is a pre-defined list of job names and/or user names that are to be included in a report or graph.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="DLTFCNARA.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="#DLTFCNARA.FCNARA"><b>FCNARA</b></a></td>
|
||
|
<td valign="top">Functional area</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#DLTFCNARA.LIB"><b>LIB</b></a></td>
|
||
|
<td valign="top">Library</td>
|
||
|
<td valign="top"><i>Name</i>, <b><u>QPFRDATA</u></b></td>
|
||
|
<td valign="top">Optional, Positional 2</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="DLTFCNARA.FCNARA"></a>
|
||
|
<h3>Functional area (FCNARA)</h3>
|
||
|
<p>Specifies the name of the functional area to be deleted. Enclose the name in apostrophes if it contains any spaces between characters.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DLTFCNARA.LIB"></a>
|
||
|
<h3>Library (LIB)</h3>
|
||
|
<p>Specifies the library where the functional area is located.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>QPFRDATA</u></b></dt>
|
||
|
<dd>The IBM-supplied performance data library, QPFRDATA, is where the functional area is located.
|
||
|
</dd>
|
||
|
<dt><b><i>library-name</i></b></dt>
|
||
|
<dd>Specify the name of the library where the functional area is located.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTFCNARA.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Deleting the Functional Area from the Default Library</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTFCNARA FCNARA(PERSONNEL)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command deletes the functional area named PERSONNEL from library QPFRDATA.
|
||
|
</p>
|
||
|
<p><b>Example 2: Deleting the Functional Area from a Specified Library</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTFCNARA FCNARA('Performance Tools') LIB(RPFT)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command deletes the functional area named 'Performance Tools' from library RPFT.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTFCNARA.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>PFR9067</b></dt>
|
||
|
<dd>Cannot delete functional area &2.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTFCNARA.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|