Tandem Logon Manager for IBM Systems (ILOGMGR) Manual

Configuring the VTAM List
3-6 127335Tandem Logon Manager for IBM Systems (ILOGMGR) Manual
Configuring for the ILOGMGR
Examples of CTLOUT statements are shown below:
//CTLOUT DD DSNAME=USER.CTLOUT,DISP=(OLD,KEEP)
//CTLOUT DD DSNAME=USER.CTLOUT,DISP=(OLD,KEEP)5 X
// DCB=(RECFM=FB,LRECL=120,BLKSIZE=1200)
Configuring the VTAM List
The following is an example of VTAM APPL definitions.
MYAPPLS VBUILD TYPE=APPL
IBM1 APPL ACBNAME-IBM1,AUTH=(ACQ, PASS)
TCL1 APPL ACBNAME=TCL1
TCL2 APPL ACBNAME=TCL2
TCL3 APPL ACBNAME=TCL3
TCL1, TCL2, and TCL3 represent three VTAM applications that reside in the Tandem
system, and which may be accessed through the ILOGMGR (IBM1).
Any application requests made by the 3270 device to these applications are forwarded to
the ILOGMGR (IBM1).
The information included in the VTAM list identifies the specific parameters that apply
to the ILOGMGR and its associated applications.
For additional information on configuring VTAM lists, see the IBM manual, VTAM
Resource Definition Reference.
Defining the NCP
The following is an example of a definition for the NCP. Note that the names LINE1
(designating the line between the SNA communication controller and the Tandem
system) and TN1 (designating the name of the TLOGMGR) are derived from the
examples used in Section 1, “Introduction to the ILOGMGR.
G44SDLCS GROUP LNCTL=SDLC,
TYPE=NCP,
CLOCKNG=EXT,
NEWSYNC=NO,
MODE=SEC,
NRZI=NO,
RETRIES=(1,1,5)
LINE1 LINE ADDRESS=(17,FULL),
TADDR=C1,
LPDATS=NO,
MAXPU=1,
PAUSE=(0),
SERVICE ORDER=TPU17C1
TPU17C1 PU PUDR=NO,
IRETRY=NO,
MAXDATA=265,
Note. CTLOUT closes at ILOGMGR termination.