71 lines
2.8 KiB
HTML
71 lines
2.8 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>Data Queue APIs</title>
|
||
|
<!-- 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 -->
|
||
|
<!-- File restructured for V5R2 -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- End Header Records -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Java sync-link-->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>Data Queue APIs</h2>
|
||
|
|
||
|
<p>Data queues are a type of system object that you can create, to which one
|
||
|
high-level language (HLL) program can send data, and from which another HLL
|
||
|
program can receive data. The receiving program can be waiting for the data, or
|
||
|
can receive the data later.</p>
|
||
|
|
||
|
<p>Before using a data queue, you must first create it using the Create Data
|
||
|
Queue (CRTDTAQ) command.</p>
|
||
|
|
||
|
<p>For additional information, see <a href="obj2a.htm">Using Data Queue
|
||
|
APIs</a>.</p>
|
||
|
|
||
|
<p>The data queue APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="qclrdtaq.htm">Clear Data Queue</A> (QCLRDTAQ) clears all entries from a data queue.</li>
|
||
|
<li><A HREF="qrcvdtaq.htm">Receive Data Queue</A> (QRCVDTAQ) receives data from the specified data queue.</li>
|
||
|
<li><A HREF="qmhqrdqd.htm">Retrieve Data Queue Description</A> (QMHQRDQD) retrieves information about a data queue.</li>
|
||
|
<li><A HREF="qmhrdqm.htm">Retrieve Data Queue Message</A> (QMHRDQM) retrieves an entry from a data queue without removing the entry.</li>
|
||
|
<li><A HREF="qsnddtaq.htm">Send to a Data Queue</A> (QSNDDTAQ) sends data to the specified data queue.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center">
|
||
|
<a href="#Top_Of_Page">Top</a> |
|
||
|
<a href="obj1.htm">Object APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|