![]() | ![]() |
Home |
|
|
DirectConnect for DB2/MVS Connectivity Guide |
|
| Appendix B: LU6.2 Sample Networks |
This appendix contains two samples for LU6.2 networks on which MAP mainframe components, like DirectCONNECT for DB2/MVS, could run.
The first sample represents a Token Ring network running single sessions only. Conversation-level security is supported. The second sample network represents an SDLC non-switched line that supports parallel sessions. This appendix includes the following sections:
Note: These samples are general. You must make appropriate changes based on your site's requirements and recommendations from your IBM representative.
This section covers VTAM and CICS definitions for a sample Token Ring network. This sample uses the following names:
Token Ring Specification | Name |
|---|---|
Host LU (CICS region) | CICSSYB |
Remote LU name | SYBLU02 |
Remote LU addresses | 0, 0, 0 |
VTAM Logon mode table name | SYSTABV |
Sessions | Parallel sessions |
RU size | 1024 |
Pacing setting | 5 |
Synch level | Confirm |
Security | Verify |
This section contains the VTAM Logmode entry and network definition statements.
This statement defines CICS region "CICSSYB" to VTAM.

This statement defines mode table "SYBTABV" to VTAM.

This statement defines your network to VTAM.

This section contains the CICS APPLID and the System Initialization Table properties and the CONNECTION and SESSION definitions.
The CICS APPLID property must be defined to VTAM as shown in "APPL Definition Statement".
Set these properties as follows, depending on the versions of CICS you are using.
Property | Value | Notes |
|---|---|---|
ISC | YES | |
TCP | YES | TCP/IP is installed. |
SEC | YES | You are using an external security manager. |
VTAM | YES | VTAM is installed. |
Property | Value | Notes |
|---|---|---|
ISC | YES | |
ZCP | S$ | |
TCP | S$ | TCP/IP is installed. |
VTAM | S$ | VTAM is installed. |
EXTSEC | YES | You are using an external security manager. |
Use the following sample as a model. Change it as appropriate to your site, noting the requirements that follow.

Requirements include the following:
Use the following sample as a model. Change it as appropriate to your site, noting the requirements that follow.

Requirements include the following:
This section covers VTAM, NCP, and CICS definitions for a sample SDLC non-switched line supporting parallel sessions. This sample uses the names in the following table.
SDLC Specification | Name |
|---|---|
Remote LU name | NSWLU101 |
Remote LU addresses | 0 |
VTAM Logmode table name | SYSTABV |
Sessions | Parallel sessions |
RU size | 1024 |
Pacing setting | 5 |
Synch level | Confirm |
Security | Verify |
This section contains the VTAM Logmode entry and NCP SDLC Group definition.
This statement defines mode table "SYBTABV" to VTAM.

The value for RUSIZES matches those used for SENDSize and RECEIVESize. See "SESSION Definition".
Use the following sample as a model. Change it as appropriate to your site, noting the requirements that follow.

Requirements include the following:
To define an independent LU to CICS, use the following CONNECTION and SESSION definitions as models.
Use the following sample as a model. Change it as appropriate to your site, noting the requirements that follow.

To allow an independent LU to support parallel sessions, the following conditions are required:
Use this sample as a model. Change it as appropriate to your site, noting the requirements that follow.

Requirements include the following:
|
|