ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaiw_5.4.0.1/rzaiwothr3270con.htm

124 lines
6.6 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="3270 full-screen considerations" />
<meta name="abstract" content="You should be aware of the considerations when using 3270 emulation." />
<meta name="description" content="You should be aware of the considerations when using 3270 emulation." />
<meta name="DC.Relation" scheme="URI" content="rzaiwmanage3270.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaiwstrt3270session.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzaiwothr3270con" />
<meta name="DC.Language" content="en-us" />
<!-- 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. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>3270 full-screen considerations</title>
</head>
<body id="rzaiwothr3270con"><a name="rzaiwothr3270con"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">3270 full-screen considerations</h1>
<div><p>You should be aware of the considerations when using 3270 emulation.</p>
<p>When using 3270 full-screen mode for your Telnet client, you should be
aware of the following considerations:</p>
<ul><li>3270 screen size</li>
<li>The 3270 cursor select key</li>
<li>3270 error messages</li>
<li>3270 null characters</li>
</ul>
<div class="section"><h4 class="sectiontitle">TN3270 screen size</h4><p>Telnet 3270 full-screen mode
requirements:</p>
<ul><li>If the negotiated 3270 device type requires 1920 characters, the iSeries™ Telnet
client code will run with any 5250 device type as the client terminal.</li>
<li>If the negotiated 3270 device type requires 3564 characters, the iSeries Telnet
client code requires either a 3180 Model 2, 3197 Model D1, D2, W1, W2, or
3477 Model FA, FC, FD, FE, FG, or FW 5250 device type as the client terminal.</li>
<li>There is a 27x132 display when a 3180 Model 2, 3197 Mode D1, D2, W1, W2
or 3477 Model FA, FC, FD, FE, FG or FW device type is negotiated. In previous
releases, a data area was needed to get this support.</li>
<li>To get a 24x80 display, execute the command CRTDTAARA DTAARA(libname/QTVNO32785)
TYPE(*CHAR) VALUE('1').</li>
</ul>
</div>
<div class="section"><h4 class="sectiontitle">TN3270 cursor select key</h4><p>The existing Cursor Select
key is disabled if you choose to emulate the Cursor Select key. Specifying
one of the following parameters for the STRTCPTELN command emulates the Cursor
Select key:</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. Specifying parameters to emulate the cursor select
key</caption><thead align="left"><tr><th valign="top" id="d0e59">Parameter</th>
<th valign="top" id="d0e61">Value</th>
</tr>
</thead>
<tbody><tr><td valign="top" headers="d0e59 ">Page Up (Roll Down) key</td>
<td valign="top" headers="d0e61 ">*CSRSLT</td>
</tr>
<tr><td valign="top" headers="d0e59 ">Page Down (Roll Up) key</td>
<td valign="top" headers="d0e61 ">*CSRSLT</td>
</tr>
<tr><td valign="top" headers="d0e59 ">Cursor Select key</td>
<td valign="top" headers="d0e61 ">*F-key (specify a function key *F1 to *F24)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section"><h4 class="sectiontitle">TN3270 messages</h4><p>When you are using Telnet 3270 full-screen
mode, several types of error messages might display.</p>
<ul><li>Key entry errors appear as flashing 4-digit numbers on the lower left
corner of the display. Press the Help key or F1 (Help) to obtain more information
about the message. See the System Operation book if you cannot correct the
error.</li>
<li>System messages include Telnet messages and are issued from the iSeries server.</li>
<li>For information about messages that are sent from the remote system, see
the remote system documentation.</li>
</ul>
</div>
<div class="section"><h4 class="sectiontitle">TN3270- Handling null characters</h4><p>When a 3270 display
station sends a data stream, all null characters are removed. Specify one
of the following values for the handle nulls (NULLS) parameter on the STRTCPTELN
command:</p>
<p><strong>*REMOVE</strong></p>
<p>Removes beginning and embedded null characters</p>
<p><strong>*BLANK</strong></p>
<p>The
default value; changes beginning and embedded null characters to blanks Trailing
null characters are always removed for both values. For example, assume the
data consists of the following (0 indicates a null):</p>
<pre>0x0yz000 </pre>
<p>The data stream sent from a 5250 display station that runs
Telnet 3270 full-screen with the default *BLANK contains the
following code:</p>
<pre>bxbyz</pre>
<p>The data stream sent from a 3270 display station or from a
5250 display station running a Telnet 3270 full-screen session when the value
*REMOVE is specified would contain the following code:</p>
<pre>xyz </pre>
<p>The value *REMOVE is valid for the following devices:</p>
<ul><li>Any locally attached display</li>
<li>Displays attached to a remote 5394 controller</li>
<li>Personal computer displays using the workstation function</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiwmanage3270.htm" title="3270 Telnet client sessions provide information on using this emulation type to sign on and use applications on a remote system that has a Telnet server application. This section also provides more information on 3270 emulation.">3270 Telnet client sessions</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzaiwstrt3270session.htm" title="This topic explains how you can start a Telnet client session using 3270 emulation.">Start a 3270 Telnet client session</a></div>
</div>
</div>
</body>
</html>