165 lines
5.0 KiB
HTML
165 lines
5.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>Display Performance Data (DSPPFRDTA)</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="DSPPFRDTA.Top_Of_Page"></a>
|
|
<h2>Display Performance Data (DSPPFRDTA)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>
|
|
<ul><li>Interactive job (*INTERACT)</li>
|
|
<li>Interactive program (*IPGM)</li>
|
|
<li>Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)</li>
|
|
</ul><b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#DSPPFRDTA.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DSPPFRDTA.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DSPPFRDTA.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DSPPFRDTA"></a>
|
|
<p>The Display Performance Data (DSPPFRDTA) command uses a series of displays to show the performance data collected by Collection Services from the Operations Navigator interface.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DSPPFRDTA.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="#DSPPFRDTA.MBR"><b>MBR</b></a></td>
|
|
<td valign="top">Member</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*SELECT</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DSPPFRDTA.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="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DSPPFRDTA.MBR"></a>
|
|
<h3>Member (MBR)</h3>
|
|
<p>Specifies the member that contains the performance data collected by Collection Services from the Operations Navigator interface.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*SELECT</u></b></dt>
|
|
<dd>All members available in the specified library are listed on the Select Performance Members display.
|
|
</dd>
|
|
<dt><b><i>member-name</i></b></dt>
|
|
<dd>Specify the name of the member containing the performance data.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DSPPFRDTA.LIB"></a>
|
|
<h3>Library (LIB)</h3>
|
|
<p>Specifies the library where the performance database files are located.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>QPFRDATA</u></b></dt>
|
|
<dd>The IBM-supplied performance data library, QPFRDATA, is used to locate the database files.
|
|
</dd>
|
|
<dt><b><i>library-name</i></b></dt>
|
|
<dd>Specify the name of the library where the database files are located.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DSPPFRDTA.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Displaying List of Members</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
DSPPFRDTA
|
|
</pre>
|
|
</p>
|
|
<p>This command uses the Select Performance Member display to list the members available in the default library QPFRDATA so the user can select a member to display performance data.
|
|
</p>
|
|
<p><b>Example 2: Displaying Performance Data</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
DSPPFRDTA MBR(JUNE1)
|
|
</pre>
|
|
</p>
|
|
<p>This command displays the performance data stored in member JUNE1 located in library QPFRDATA.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DSPPFRDTA.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>PFR1010</b></dt>
|
|
<dd>Cannot process request because of missing data.
|
|
</dd>
|
|
<dt><b>PFR5501</b></dt>
|
|
<dd>Performance data file(s) are not upward compatible.
|
|
</dd>
|
|
<dt><b>PFR5502</b></dt>
|
|
<dd>Performance data file(s) are not downward compatible.
|
|
</dd>
|
|
<dt><b>PFR7001</b></dt>
|
|
<dd>Library &1 does not contain performance data.
|
|
</dd>
|
|
<dt><b>PFR7003</b></dt>
|
|
<dd>Cannot show performance data.
|
|
</dd>
|
|
<dt><b>PFR7005</b></dt>
|
|
<dd>Cannot show performance data.
|
|
</dd>
|
|
<dt><b>PFR7006</b></dt>
|
|
<dd>Cannot show performance data.
|
|
</dd>
|
|
<dt><b>PFR7022</b></dt>
|
|
<dd>No performance data to display
|
|
</dd>
|
|
<dt><b>PFR9031</b></dt>
|
|
<dd>Cannot use member &3 in performance graph.
|
|
</dd>
|
|
<dt><b>PFR9072</b></dt>
|
|
<dd>Cannot use member &3 in historical graph.
|
|
</dd>
|
|
<dt><b>PFR9114</b></dt>
|
|
<dd>No historical data to graph.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPPFRDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|