78 lines
4.2 KiB
HTML
78 lines
4.2 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>Session I/O APIs</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 -->
|
||
|
<!-- DSMMST1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
|
||
|
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
|
||
|
<!-- File Edited November 2001 -->
|
||
|
<!-- 021001 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 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 language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>Session I/O APIs</h2>
|
||
|
|
||
|
<p>For additional information, see:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li> <a href="dsm3d.htm">Performance considerations</a><br><br></li>
|
||
|
<li><a href="dsm3d.htm">Example: Create Session and Read Data</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<p>The session I/O 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="QsnSclBS.htm">Backspace on Scroller Line</A> (QsnSclBS) sets the active position to the previous position in the current scroller line.</li>
|
||
|
<li><A HREF="QsnSclTab.htm">Go to Next Tab Position in Scroller Line</A> (QsnSclTab) sets the active position to the next horizontal tab position.</li>
|
||
|
<li><A HREF="QsnSclCR.htm">Go to Start of Current Scroller Line</A> (QsnSclCR) sets the active position to the start of the current scroller line.</li>
|
||
|
<li><A HREF="QsnSclNL.htm">Go to Start of Next Scroller Line</A> (QsnSclNL) sets the active position to the start of the next scroller line.</li>
|
||
|
<li><A HREF="QsnPrtScl.htm">Print Scroller Data</A> (QsnPrtScl) prints the scroller data.</li>
|
||
|
<li><A HREF="QsnReadSsnDta.htm">Read Data from Session</A> (QsnReadSsnDta) reads the data from a session.</li>
|
||
|
<li><A HREF="QsnReadSsnDtaCC.htm">Read Data from Session with CCSID</A> (QsnReadSsnDtaCC) reads data in a particular CCSID from a session.</li>
|
||
|
<li><A HREF="QsnRtvSsnLin.htm">Retrieve Session Line to Input Line</A> (QsnRtvSsnLin) retrieves the input line from the scroller.</li>
|
||
|
<li><A HREF="QsnSclLF.htm">Start New Scroller Line at Current Position</A> (QsnSclLF) sets the active position to the current position on the next scroller line.</li>
|
||
|
<li><A HREF="QsnSclFF.htm">Start New Scroller Page</A> (QsnSclFF) starts a new scroller page.</li>
|
||
|
<li><A HREF="QsnWrtSclChr.htm">Write Characters to Scroller</A> (QsnWrtSclChr) writes characters to the scroller.</li>
|
||
|
<li><A HREF="QsnWrtSclChrCC.htm">Write Characters to Scroller with CCSID</A> (QsnWrtSclChrCC) writes CCSID-encoded characters to the scroller.</li>
|
||
|
<li><A HREF="QsnWrtSclLin.htm">Write Line to Scroller</A> (QsnWrtSclLin) writes a data line to the scroller.</li>
|
||
|
<li><A HREF="QsnWrtSclLinCC.htm">Write Line to Scroller with CCSID</A> (QsnWrtSclLinCC) writes a CCSID-encoded data line to the scroller.</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="dsm.htm">Dynamic Screen Manager APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|