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

120 lines
4.2 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>Clear Pool (CLRPOOL)</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="CLRPOOL.Top_Of_Page"></a>
<h2>Clear Pool (CLRPOOL)</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="#CLRPOOL.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CLRPOOL.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CLRPOOL.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CLRPOOL"></a>
<p>The Clear Pool (CLRPOOL) command clears all objects from a main storage pool. This allows the Set Object Access (SETOBJACC) command to report on storage usage within a pool.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CLRPOOL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CLRPOOL.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="#CLRPOOL.POOL"><b>POOL</b></a></td>
<td valign="top">Storage pool</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top">Element 1: Shared pool or subsystem name</td>
<td valign="top">
<i>Name</i>, *JOB, *SHRPOOL1, *SHRPOOL2, *SHRPOOL3, *SHRPOOL4, *SHRPOOL5, *SHRPOOL6, *SHRPOOL7, *SHRPOOL8, *SHRPOOL9, *SHRPOOL10, *SHRPOOL11, *SHRPOOL12, *SHRPOOL13, *SHRPOOL14, *SHRPOOL15, *SHRPOOL16, *SHRPOOL17, *SHRPOOL18, *SHRPOOL19, *SHRPOOL20, *SHRPOOL21, *SHRPOOL22, *SHRPOOL23, *SHRPOOL24, *SHRPOOL25, *SHRPOOL26, *SHRPOOL27, *SHRPOOL28, *SHRPOOL29, *SHRPOOL30, *SHRPOOL31, *SHRPOOL32, *SHRPOOL33, *SHRPOOL34, *SHRPOOL35, *SHRPOOL36, *SHRPOOL37, *SHRPOOL38, *SHRPOOL39, *SHRPOOL40, *SHRPOOL41, *SHRPOOL42, *SHRPOOL43, *SHRPOOL44, *SHRPOOL45, *SHRPOOL46, *SHRPOOL47, *SHRPOOL48, *SHRPOOL49, *SHRPOOL50, *SHRPOOL51, *SHRPOOL52, *SHRPOOL53, *SHRPOOL54, *SHRPOOL55, *SHRPOOL56, *SHRPOOL57, *SHRPOOL58, *SHRPOOL59, *SHRPOOL60</td>
</tr>
<tr>
<td valign="top">Element 2: Pool identifier</td>
<td valign="top">
1-10</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CLRPOOL.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CLRPOOL.POOL"></a>
<h3>Storage pool (POOL)</h3>
<p>Specifies the pool to be cleared of all objects.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*JOB</b></dt>
<dd>The pool associated with the job is cleared.
</dd>
<dt><b>*SHRPOOLn</b></dt>
<dd>A general-purpose shared pool is cleared. Valid values range from 1 through 10. <b>Element 1: Subsystem</b>
</dd>
<dt><b><i>subsystem</i></b></dt>
<dd>Specify a subsystem name. <b>Element 2: Pool Identifier</b>
</dd>
<dt><b><i>pool-identifier</i></b></dt>
<dd>Specify a subsystem pool identifier.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CLRPOOL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CLRPOOL.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
CLRPOOL POOL(*JOB)
</pre>
</p>
<p>This command clears the pool associated with the job in which the command was processed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CLRPOOL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CLRPOOL.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF1858</b></dt>
<dd>The specified pool does not exist.
</dd>
<dt><b>CPF1859</b></dt>
<dd>Use of an access path was requested but none exists.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CLRPOOL.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>