z/OS Communications Server: SNA Network Implementation Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using CDRSC definition statements for independent LUs

z/OS Communications Server: SNA Network Implementation Guide
SC27-3672-01

You can code CDRSC definition statements (or model CDRSC definition statements) for your independent LUs and specify the adjacent link stations (PUs) that VTAM® uses to contact the independent LU. You can specify the adjacent link stations either by using the ALSLIST operand on the CDRSC definition statement, or by using the adjacent link station selection function of the session management exit routine. For more information about using the exit routine, see Dynamic selection of session connections. For more information about defining model CDRSCs, see Model definition of cross-domain resources.

The following sample shows an independent LU defined using a CDRSC definition statement:
CDRSC    VBUILD TYPE=CDRSC
VRCDRSC  CDRSC ALSLIST=(SWPUAIO6,SWPUA107)   ADJACENT LINK STATION NAMES
               ALSREQ=YES,                   USE ALS LIST ONLY
               LOGAPPL=APPL1,                AUTOMATIC LOGON
               DLOGMOD=DSILGMOD,             LOGON MODE TABLE ENTRY
               RESSCB=3                      SESSION CONTROL BLOCKS

ALSLIST=puname indicates to VTAM that this resource is an independent LU defined as a CDRSC. The ALSLIST operand can list one or more adjacent link stations that VTAM uses. The ALSLIST operand can also include an ISTAPNPU entry, a reserved keyword that represents any APPN capable PU. This entry can be used instead of listing each APPN adjacent link station. For information about controlling connection to independent LUs that are accessible over both LEN and APPN connections, see Establishing and controlling sessions.

You can add and delete adjacent link stations in the list of adjacent link stations using the MODIFY ALSLIST command. For more information about this command, see z/OS Communications Server: SNA Operation.

You can use the adjacent link station selection function of the session management exit routine to dynamically add other adjacent link stations to the list and to perform other adjacent link station selection functions. For details, see z/OS Communications Server: SNA Customization.

You can use the ALSREQ operand or start option to control which adjacent link stations can be used for session traffic to independent LUs. The ALSREQ operand indicates whether this independent logical unit can establish sessions with an adjacent link station that is not defined by the ALSLIST operand. ALSREQ=YES means that a predefined adjacent link station is required for session establishment. If you code ALSREQ=NO, any adjacent link station can receive a session request for this LU.
Notes:
  1. Even when ALSREQ=YES is specified, if any APPN adjacent link station name (or ISTAPNPU) exists in the ALS list for the CDRSC, any APPN adjacent link station can receive a session request for this LU.
  2. Any operand normally coded on an LU definition statement can be coded on a CDRSC definition statement when defining an independent LU. These operands only have an effect when the CDRSC is an independent LU.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014