ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/q1prtrn.htm

149 lines
4.3 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">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>Retransmit PM eServer iSeries Data (Q1PRTRN) API</title>
<!-- Begin Header Records ========================================== -->
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- Q1PRTRN Retransmit Performance Management/400 data API -->
<!-- A$=D98292 000907 RHB New Document -->
<!-- RHB = Royan Bartley (ROYAN at IBMUSM07) -->
<!-- Modified by ROYAN = Royan Bartley 5D30 3255.2 Changed PM/400 -->
<!-- to PM eServer iSeries -->
<!--File Edited Oct 2001 by v2cdijab -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<a name="Top_Of_Page"></a>
<!-- Java sync-link -->
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>Retransmit PM eServer<img src="eserver.gif" alt="eServer">
iSeries Data (Q1PRTRN) API</h2>
<div class="box" style="width: 65%;">
<br>
&nbsp;&nbsp;Required Parameter Group:<br>
<!-- iddvc RMBR -->
<br>
<table width="100%">
<tr>
<td align="center" valign="top" width="10%">1</td>
<td align="left" valign="top" width="50%">Start Date</td>
<td align="left" valign="top" width="20%">Input</td>
<td align="left" valign="top" width="20%">Char(7)</td>
</tr>
</table>
<br>
&nbsp;&nbsp;Default Public Authority: *EXCLUDE<br>
<!-- iddvc RMBR -->
<br>
&nbsp;&nbsp;Threadsafe: No<br>
<!-- iddvc RMBR -->
<br>
</div>
<p>The Retransmit PM <img src="eserver.gif" alt="eServer"> iSeries<SUP>(TM)</SUP>
Data (Q1PRTRN) API marks previously transmitted data
as untransmitted data. This allows the data to be retransmitted. This API
should be used only with the assistance of IBM<SUP>(R)</SUP> service.</p>
<p>The date entered is in CYYMMDD format.</p>
<p>This API does not validate that the date entered is a valid date. For
example, you could enter a date of 1000230 even though there are not 30 days in
February. The API begins marking data for retransmission with the records that
are greater than or equal to the passed date parameter. The API does some date
validation; for example, 1000232 would not be accepted. If successful, you
would expect to see message CPC0B01 Program Q1PRTRN completed successfully. If
no message is received, display the job log for details.</p>
<br>
<h3>Authorities and Locks</h3>
<dl>
<dt><em>API Public Authority</em></dt>
<dd>*EXCLUDE</dd>
<dt><em>Special authorities</em></dt>
<dd>User must have *ALLOBJ authority to use this API.</dd>
</dl>
<br>
<h3>Required Parameter Group</h3>
<dl>
<dt><strong>Start date</strong></dt>
<dd>INPUT; Char(7)
<p>Records with this date or greater are marked for retransmission. The date
should be entered in CYYMMDD format.</p>
</dd>
</dl>
<br>
<h3>Error Messages</h3>
<table width="100%" cellpadding="5">
<tr>
<th align="left" valign="top">Message ID</th>
<th align="left" valign="top">Error Message Text</th>
</tr>
<tr>
<td align="left" valign="top" width="15%">CPF9802 E</td>
<td align="left" valign="top" width="85%">Not authorized to object QA1PONE in
QUSRSYS.</td>
</tr>
<tr>
<td align="left" valign="top">CPF0555 E</td>
<td align="left" valign="top">Date not in specified format or date not
valid.</td>
</tr>
<tr>
<td align="left" valign="top">CPC0B01 C</td>
<td align="left" valign="top">Program Q1PRTRN completed successfully.</td>
</tr>
</table>
<br>
<hr>
API introduced: V5R1
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="qypscsca.htm">Top</a> | <a href=
"perfmgmt.htm">Performance Management APIs</a> | <a href="aplist.htm">APIs by
category</a></td>
</tr>
</table>
</center>
</body>
</html>