Chapter Contents |
Previous |
Next |
Communications Access Methods for SAS/CONNECT and SAS/SHARE Software |
This section highlights the general tasks that you perform to set up the APPC access method and to configure the OS/390 host as a remote host for specific local host connections.
Configuring the SAS/SHARE Server |
To configure the APPC access method for a SAS/SHARE server, perform the following tasks:
You must define an LU for the server with an APPL statement in the APPC domain in which the server will run. All APPL statements must follow a VBUILD TYPE=APPL statement. Use a comma to separate each entry. The form of an APPL statement for a server is:
server-id APPL APPC=YES, DDRAINL=NALLOW, DLOGMOD=mode-table-entry, DMINWNL=0, DMINWNR=16384, DSESLIM=32767, MODETAB=mode-table, SECACPT=CONV
An explanation of each entry follows:
If the server will be communicating with clients in a different APPC domain, you must define the server as a cross-domain resource in the clients' domain. Use a CDRSC statement in the following form:
server-id CDRSC CDRM=cdrm-name,ISTATUS=ACTIVE
where server-id specifies the name of the server. The server name must be identical to the name in the APPL statement for the server in the controlling domain. cdrm-name specifies the name of the CDRM in the domain in which the server is defined as an APPL.
Defining a Client LU Pool |
You must define to APPC a pool of LUs for the connecting clients in the APPC domain in which the clients will run. Define this LU pool in a series of APPL statements. The APPC access method dynamically selects an available LU for a connecting client. The number of LUs in the pool should be greater than or equal to the maximum number of users that will be connected simultaneously to servers with the APPC access method.
All APPL statements must follow a VBUILD TYPE=APPL statement. Use a comma to separate each entry. The form of the APPL statement for a connecting client is
LU-name APPL ACBNAME=LUPREFIX+length-of-LULAST, APPC=YES, DDRAINL=NALLOW, DLOGMOD=mode-table-entry, DMINWNL=conwin, DMINWNR=0, DSESLIM=seslimit, MODETAB=mode-table, SECACPT=CONV
An explanation of each entry follows:
Although the ACBNAME parameter is not required, it is recommended that it be specified so that the ACBNAME can be shared by more than one OS/390 system on the APPC network. ACBNAMEs must be unique only within a single domain.
If you do not define ACBNAME explicitly, an LU-name is inferred from the LUPREFIX and LULAST options.
Note: This LU pool
can also be used by the VTAM LU 6.2 access method for SAS/CONNECT remote
sessions on OS/390 and the VTAM LU 0 access method for SAS/SHARE client
sessions.
For definitions of all other pool entries, see Defining an LU for the Server.
You have completed the configuration of the APPC system for SAS/SHARE.
References |
For complete details about configuring the APPC access method, see:
VTAM Installation and Resource Definition (SC23-0111) |
For details about configuring OS/390 as a remote host, see:
MVS/ESA Planning: APPC Management (GC28-1110) |
Contact IBM for information about obtaining this documentation.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.