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

76 lines
2.4 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>End Program Profiling (ENDPGMPRF)</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="ENDPGMPRF.Top_Of_Page"></a>
<h2>End Program Profiling (ENDPGMPRF)</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="#ENDPGMPRF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ENDPGMPRF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ENDPGMPRF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ENDPGMPRF"></a>
<p>The End Program Profiling (ENDPGMPRF) command ends collection of program profiling data for programs or service programs that have been enabled to collect profiling data using the PRFDTA(*COL) option on the CHGPGM (Change Program), CHGSRVPGM (Change Service Program) CL command, or when the modules are created using the CHGMOD (Change Module) CL command.
</p>
<p><b>Restrictions:</b>
</p>
<ul>
<li>This command is shipped with no public (*EXCLUDE) authority, and QPGMR user profile having use (*USE) authority to the command.
</li>
</ul>
<p>There are no parameters for this command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDPGMPRF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENDPGMPRF.PARAMETERS.TABLE">Parameters</a></h3>None<br>
<table width="100%">
<tr><td align="right"><a href="#ENDPGMPRF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<hr size="2" width="100%">
<div><h3><a name="ENDPGMPRF.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
ENDPGMPRF
</pre>
</p>
<p>This command ends program profile data collection.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDPGMPRF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDPGMPRF.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF5CAA</b></dt>
<dd>Unexpected error occurred during program profiling.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDPGMPRF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>