66 lines
3.0 KiB
HTML
66 lines
3.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">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Data Stream Translation APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- COMM4 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
|
|
<!-- RCHVMW2 on 1 Jun 1999 at 17:32:50 -->
|
|
<!-- 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 -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- File Edited November 2001 -->
|
|
<!-- 031112 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Data Stream Translation APIs</h2>
|
|
|
|
<p>The data stream translation APIs allow your user-written applications
|
|
access to the data stream translation routines for 5250, 3270, and formatted
|
|
buffer display data streams. Only display device data streams are supported
|
|
by these APIs. For more information on display data streams using formatted
|
|
buffers, see the <a href="../bookssc415446.pdf" target="_blank">SNA Upline
|
|
Facility Programming</a><img src="wbpdf.gif" alt="Link to PDF"> book.</p>
|
|
|
|
<p>For additional information, see <a href="comm6a.htm">Using the Data Stream
|
|
APIs</a>.</p>
|
|
|
|
<p>The data stream translation 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="qd0endts.htm">End Data Stream Translation Session</A> (QD0ENDTS) ends a session for data stream translation.</li>
|
|
<li><A HREF="qd0strts.htm">Start Data Stream Translation Session</A> (QD0STRTS) starts a session for data stream translation.</li>
|
|
<li><A HREF="qd0trnds.htm">Translate Data Stream</A> (QD0TRNDS) translates a data stream in one format to another format.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="comm.htm">Communications APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|