67 lines
4.3 KiB
HTML
67 lines
4.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="Example: Create the NCP GEN for a 3174 gateway" />
|
|
<meta name="abstract" content="The system administrator creates the network control program generation (NCP GEN) to connect your server to the 3174." />
|
|
<meta name="description" content="The system administrator creates the network control program generation (NCP GEN) to connect your server to the 3174." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajuas400to3174gateway.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="the_3174_gateway_example" />
|
|
<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>Example: Create the NCP GEN for a 3174 gateway</title>
|
|
</head>
|
|
<body id="the_3174_gateway_example"><a name="the_3174_gateway_example"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Example: Create the NCP GEN for a 3174 gateway</h1>
|
|
<div><p>The system administrator creates the network control program generation
|
|
(NCP GEN) to connect your server to the 3174.</p>
|
|
<p>You must ensure that the address specified by the control-unit
|
|
address (CUADDR) parameter is correct. The last 2 characters
|
|
of this parameter must match the Control Unit Address value. This value is
|
|
specified in the Ring Address Assignment display and the Ring Transmission
|
|
Definition display of the 3174.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> This example is valid on Network Control Program (NCP) Version 4.2 and
|
|
Virtual Telecommunications Access Method (VTAM<sup>®</sup>) Version 3.1.1. Different NCP or VTAM levels
|
|
might require different parameters.</div>
|
|
<p>This is the NCP GEN (the CUADDR parameter is in bold):</p>
|
|
<pre>R13B1 VBUILD TYPE=LOCAL
|
|
R13B0A PU <strong>CUADDR</strong>=3B1,
|
|
X
|
|
DISCNT=(NO,F), X
|
|
ISTATUS=ACTIVE, X
|
|
PUTYPE=2, X
|
|
SPAN=(SYSPGMR), X
|
|
SSCPFM=USSSCS, X
|
|
VPACING=7
|
|
R13B102 LU DLOGMOD=P6ES2, X
|
|
ENCR=NONE, X
|
|
ISTATUS=ACTIVE, X
|
|
LOCADDR=2, X
|
|
LOGAPPL=SAMON, X
|
|
MODETAB=LOGMOD38, X
|
|
SPAN=(SYSPGMR), X
|
|
SSCPFM=USSSCS, X
|
|
VPACING=7 </pre>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajuas400to3174gateway.htm" title="In this example a 3174 Control Unit functions as a gateway to connect two systems that support different network architectures. You can also find an example to connect the gateway to your system at the end of this example.">Example: Connect a server to a 3174 Model 1L gateway</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |