75 lines
4.4 KiB
HTML
75 lines
4.4 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 Output 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>Screen Output APIs</h2>
|
|
|
|
<p>The screen output APIs are used to define fields and write data and other
|
|
information to the screen.</p>
|
|
|
|
<p>The screen output interfaces 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="QsnDltFldId.htm">Delete Field ID Definition</A> (QsnDltFldId) deletes a field ID definition.</li>
|
|
<li><A HREF="QsnBeep.htm">Generate a Beep</A> (QsnBeep) generates a beep.</li>
|
|
<li><A HREF="QsnInsCsr.htm">Insert Cursor</A> (QsnInsCsr) sets the insert cursor address.</li>
|
|
<li><A HREF="QsnWrtPadAdr.htm">Pad between Two Screen Addresses</A> (QsnWrtPadAdr) pads the screen with characters between two points.</li>
|
|
<li><A HREF="QsnWrtPad.htm">Pad for N Positions</A> (QsnWrtPad) pads the screen for a specified number of characters.</li>
|
|
<li><A HREF="QsnPutOutCmd.htm">Put Output Command</A> (QsnPutOutCmd) writes a data stream command.</li>
|
|
<li><A HREF="QsnSetCsrAdr.htm">Set Cursor Address</A> (QsnSetCsrAdr) sets the position of the cursor on the screen.</li>
|
|
<li><A HREF="QsnSetErr.htm">Set Error State</A> (QsnSetErr) places the keyboard into prehelp error state and optionally places a string on the error line with cursor positioning support.</li>
|
|
<li><A HREF="QsnSetFld.htm">Set Field</A> (QsnSetFld) defines an input field on the screen at a given row and column.</li>
|
|
<li><A HREF="QsnSetFldCC.htm">Set Field with CCSID</A> (QsnSetFldCC) defines a CCSID-capable input field on the screen at the given row and column.</li>
|
|
<li><A HREF="QsnSetOutAdr.htm">Set Output Address</A> (QsnSetOutAdr) sets the current display address.</li>
|
|
<li><A HREF="QsnWrtDta.htm">Write Data</A> (QsnWrtDta) writes data to the display at a given row and column with standard attributes.</li>
|
|
<li><A HREF="QsnWrtDtaCC.htm">Write Data with CCSID</A> (QsnWrtDtaCC) writes data to the display at a given row and column using standard attributes.</li>
|
|
<li><A HREF="QsnWrtSFMaj.htm">Write Structured Field Major</A> (QsnWrtSFMaj) writes the major structure of a structured field.</li>
|
|
<li><A HREF="QsnWrtSFMin.htm">Write Structured Field Minor</A> (QsnWrtSFMin) writes the minor structure of a structured field.</li>
|
|
<li><A HREF="QsnWTD.htm">Write to Display</A> (QsnWTD) issues a Write to Display command.</li>
|
|
<li><A HREF="QsnWrtTDta.htm">Write Transparent Data</A> (QsnWrtTDta) writes transparent data to the display at a given row and column.</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>
|
|
|