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

69 lines
4.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>Screen Input 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 -->
<!-- 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>Screen Input APIs</h2>
<p>The screen input APIs allow you to read data and other information from the
screen. This includes field data, screen attributes, and the cursor address.
The screen-input interfaces correspond, either directly or indirectly, to the
5250 data stream read commands.</p>
<p>The screen input 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="QsnGetAID.htm">Get AID</A> (QsnGetAID) waits for an AID-generating key to be pressed.</li>
<li><A HREF="QsnGetCsrAdr.htm">Get Cursor Address</A> (QsnGetCsrAdr) gets the current cursor address.</li>
<li><A HREF="QsnGetCsrAdrAID.htm">Get Cursor Address with AID</A> (QsnGetCsrAdrAID) gets the current cursor address after an AID-generating key is pressed.</li>
<li><A HREF="QsnPutInpCmd.htm">Put Input Command</A> (QsnPutInpCmd) issues a supplied read command.</li>
<li><A HREF="QsnReadInvited.htm">Read from Invited Device</A> (QsnReadInvited) performs a read from invited device on a display that has already been invited.</li>
<li><A HREF="QsnReadImm.htm">Read Immediate</A> (QsnReadImm) reads the contents of all input fields on the display without requiring an AID key to be pressed.</li>
<li><A HREF="QsnReadInp.htm">Read Input Fields</A> (QsnReadInp) reads the contents of all input fields on the display requiring an AID key to be pressed.</li>
<li><A HREF="QsnReadMDTAlt.htm">Read Modified Alternate</A> (QsnReadMDTAlt) reads the contents of all modified fields on the display, alternate form, requiring an AID key to be pressed.</li>
<li><A HREF="QsnReadMDT.htm">Read Modified Fields</A> (QsnReadMDT) reads the contents of all modified fields requiring an AID key to be pressed.</li>
<li><A HREF="QsnReadMDTImmAlt.htm">Read Modified Immediate Alternate</A> (QsnReadMDTImmAlt) reads the contents of all modified fields on the display, alternate form, without requiring an AID key to be pressed.</li>
<li><A HREF="QsnReadScr.htm">Read Screen</A> (QsnReadScr) reads the contents of the screen without requiring an AID key to be pressed.</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="dsm.htm">Dynamic Screen Manager APIs</a> |
<a href="aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>