Exchange/SNA Manual

Configuring SNAX/CDF for Exchange/SNA
Installation and Configuration
6–6 104700 Tandem Computers Incorporated
Example Configuration The following example shows how to use SCF to configure the SNAX/CDF process.
ASSUME PROCESS $CDF
ADD ENTRY logmode.bindexch, TBLTYPE LOGMODE, ...
== The above example of the ADD ENTRY command is incomplete.
== Use the command to create an entry in the logon mode
== table for the Exchange/SNA BIND image required by your
== installation. The BIND image you define here must
== agree with the BIND image defined on the host system.
ADD PATH DESTSA1, ERO (8,1), VRO 0
ADD PATH DESTSA8, ERO (8,1), VRO 0
ADD LINE sdlc, TNDM $SDLC
ADD PU pua, LINE sdlc, TGN 1,SUBAREA 8,PUTYPE 4
ADD CDRM m01, SUBAREA 1
ADD CDRSC jes2, CDRM m01
ADD APPL exchg01, OPENNAME #ex01,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
ADD APPL exchg02, OPENNAME #ex02,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
ADD APPL exchg03, OPENNAME #ex03,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
ADD APPL exchg04, OPENNAME #ex04,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
ADD APPL exchg05, OPENNAME #ex05,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
ADD APPL exchg06, OPENNAME #ex06,PROTOCOL SNALU, &
CHARACTERSET ASCII, DLU jes2,
START LINE sdlc
START PU pua
START CDRM m01
START CDRSC jes2
EXIT