DEFINE LINK command: Overview of intersystem network links: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<p>
<p>
The <var>DEFINE LINK</var> command defines intersystem network links. Link definitions are required for the <var class="product">Model&nbsp;204</var> [[Program communications facilities|intersystem processing facilities]]. These facilities include: </p>
The <var>DEFINE LINK</var> command defines intersystem network links. Link definitions are required for the <var class="product">Model&nbsp;204</var> [[Program Communication facilities|intersystem processing facilities]]. These facilities include: </p>
<ul>  
<ul>  
<li>Horizon for TCP/IP</li>
<li>Horizon for TCP/IP</li>

Revision as of 20:56, 20 October 2014

The DEFINE LINK command defines intersystem network links. Link definitions are required for the Model 204 intersystem processing facilities. These facilities include:

  • Horizon for TCP/IP
  • Horizon for VTAM
  • For SQL processing:
    • CRAM SQL
    • IUCV SQL
  • TPROCESS
  • Transfer Control
  • UL/DB2

These DEFINE commands can be specified in any order. However, it is important that all associated entities are validly defined. Undefined or incorrectly defined entities result in an error during OPEN processing for the link or for the process.

The following pages contain descriptions and examples of DEFINE LINK requirements for each of the above facilities:

DEFINE LINK command: Horizon for TCP/IP
DEFINE LINK command: Horizon for VTAM
DEFINE LINK command: TPROCESS
DEFINE LINK command: Transfer Control
DEFINE LINK command: UL/DB2