89 lines
5.3 KiB
HTML
89 lines
5.3 KiB
HTML
|
<?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="DDS for 3270 remote attachment" />
|
||
|
<meta name="abstract" content="The 3270 remote attachment feature allows a 3270 SNA controller or a 3274 emulating device to be attached to an iSeries server." />
|
||
|
<meta name="description" content="The 3270 remote attachment feature allows a 3270 SNA controller or a 3274 emulating device to be attached to an iSeries server." />
|
||
|
<meta name="DC.subject" content="3270 remote attachment" />
|
||
|
<meta name="keywords" content="3270 remote attachment" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="kickoff.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rmtatch" />
|
||
|
<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>DDS for 3270 remote attachment</title>
|
||
|
</head>
|
||
|
<body id="rmtatch"><a name="rmtatch"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">DDS for 3270 remote attachment</h1>
|
||
|
<div><p>The 3270 remote attachment feature allows a 3270 SNA controller
|
||
|
or a 3274 emulating device to be attached to an <span class="keyword">iSeries™</span> server.</p>
|
||
|
<p>Some applications for the 3270 that use data description specifications
|
||
|
(DDS) might require programming changes. An operator at a 3277, 3278, or 3279
|
||
|
data entry keyboard can use most features and functions as a similarly configured
|
||
|
and authorized 5250 workstation. The attached unit has the same capabilities
|
||
|
and limitations as any remote 5251, with the following exceptions:</p>
|
||
|
<ul><li>No display attributes are seen on either a 3278 or a 3279 when the field
|
||
|
is defined as a nondisplay field.</li>
|
||
|
<li>Numeric-only fields that are used for negative numbers
|
||
|
act differently on the 3270 than on the 5250. On the 3270, if the operator
|
||
|
enters a negative number in the field, the sign occupies the first position
|
||
|
of the field followed by the number. This causes the maximum size of the field
|
||
|
to decrease by 1 and should be considered when you design the displays and
|
||
|
fields.</li>
|
||
|
<li>Results that cannot be predicted can occur when data is entered in an
|
||
|
input field that is involved in a page command, if any lines involved in the
|
||
|
page are not of the same type field attributes and location.</li>
|
||
|
<li>The following DDS keywords are ignored by 3270 support: <ul><li>AUTO (RA) and CHECK (ER)</li>
|
||
|
<li>BLINK (cursor blink is controlled by keyboard for 3270)</li>
|
||
|
<li>CHRID</li>
|
||
|
<li>CHANGE</li>
|
||
|
<li>LOWER or CHECK (LC) (lowercase is controlled by turning
|
||
|
on the display for 3270)</li>
|
||
|
<li>CHECK (RL and RLTB)</li>
|
||
|
<li>DSPSIZ (other than 24 x 80)</li>
|
||
|
<li>LOCK</li>
|
||
|
<li>MSGLOC (set to row 24) <div class="note"><span class="notetitle">Note:</span> For display devices configured as a 3278
|
||
|
Model 4, the MSGLOC keyword is set to display messages on row 43.</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>The following DDS display attributes are the only ones valid for 3270
|
||
|
Remote Attachment (except for 3277): <dl><dt class="dlterm">DSPATR</dt>
|
||
|
<dd>RI used for 3278 and 3279 CS used for 3278 and 3279 (changed to UL) UL
|
||
|
used for 3278 and 3279 BL used for 3278 (determines color on 3279)</dd>
|
||
|
</dl>
|
||
|
</li>
|
||
|
<li>During a write operation to the error line, the Enter key is defined as
|
||
|
a Reset key and cannot be mapped to any other function. <p>In addition, if
|
||
|
a write operation is requested by the user application to display an error
|
||
|
message, a read operation should immediately follow the write operation for
|
||
|
the remote 3270 display to allow resetting of the error message. A read operation
|
||
|
following a write operation of an error message should be used by call applications
|
||
|
regardless of the type of target display. If a read operation does not immediately
|
||
|
follow the write error message requested by the user application, remote 3270
|
||
|
displays might overlay the error message before it can be read by the user.</p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="kickoff.htm" title="Use data description specifications (DDS) to define display files. This topic collection provides the information you need to code the positional and keyword entries that define these files.">DDS for display files</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|