CICS includes (as part of its RDO component) a dynamic TCT facility, which allows CICS to use terminals that have not been defined in the TCT. This facility uses the VTAM bind image to define the terminal.
Similar TCT definitions are required for the Autoinstall process. A suitable model is required for Autoinstall; an exactly matching definition for the VTAM logmode is required for the TYPETERM. CICS checks the incoming CINIT with all its models and, if none match, no Autoinstall is allowed. If you are using Autoinstall, you should use the following definitions. They will match the mode table entries.
DEFINE TERMINAL(any unique ID)
GROUP(TPX)
AUTINSTMODEL(ONLY)
TYPETERM(AUTTPXnn)
INSERVICE(YES)
DEFINE TYPETERM(AUTTPXnn)
GROUP(TPX)
DEVICE(LUTYPE2)
TERMMODEL(2)
DEFSCREEN(24,80)
ALTSCREEN(x,y)
QUERY(ALL)
SENDSIZE(0)
RECEIVESIZE(0)
LOGMODE(0)
AUTOCONNECT(NO)
ATI(YES)
TTI(YES)
CREATESESS(NO)
RELREQ(NO)
DISCREQ(YES)
LOGONMSG(YES)
IOAREALEN(1920,4096)
|
Copyright © 2013 CA.
All rights reserved.
|
|