In our site we have a CICS which services the many branch of bank. The terminals is in the banks branch, when the user logs on terminal (that is an Teller application) a teller terminal dynamically created.And when you enter the CICS supplied tranaction "CEMT I TERM" the following is appear:
Ter(S033) Pri( 000 ) Aut Ins Ati Tti Loc
Net(ILUS033 ) Acq Cre Nqn(BNKNET.ILUS033 )
Net(ILUS033 ) Acq Cre Nqn(BNKNET.ILUS033 )
By considering the following:
Resault of CEMT I AUTI is:
STATUS: RESULTS
Auti(DFHLU2M2)
Auti(DFHLU62T)
Auti(DFHSCSP )
Auti(DFH3270 )
Auti(DFH3270P)
Auti(DFH3767 )
Auti(TELLER )
Auti(DFHLU2M2)
Auti(DFHLU62T)
Auti(DFHSCSP )
Auti(DFH3270 )
Auti(DFH3270P)
Auti(DFH3767 )
Auti(TELLER )
Resault of CEDC V G(BNKTERM) TERM(TELR) is:
OBJECT CHARACTERISTICS
CEDC View TErminal( TELR )
TErminal : TELR
Group : BNKTERM
DEScription : DYNAMIC TELLER
AUTINSTModel : Only
AUTINSTName : TELLER
TERMINAL IDENTIFIERS
TYpeterm : TELLER
NEtname : TELR
CONSOle : No
CEDC View TErminal( TELR )
TErminal : TELR
Group : BNKTERM
DEScription : DYNAMIC TELLER
AUTINSTModel : Only
AUTINSTName : TELLER
TERMINAL IDENTIFIERS
TYpeterm : TELLER
NEtname : TELR
CONSOle : No
Resault of CEDC V G(BNKTERM) TYPE(TELLER) is:
OBJECT CHARACTERISTICS
CEDC View TYpeterm( TELLER )
TYpeterm : TELLER
Group : BNKTERM
DEScription : Teller Generic Devi
RESOURCE TYPE
DEVice : 3600
TERmmodel :
SESsiontype :
LDclist :
SHippable : Yes
MAPPING PROPERTIES
PAGesize : 001 , 040
ALTPage : 000 , 000
ALTSUffix :
CEDC View TYpeterm( TELLER )
TYpeterm : TELLER
Group : BNKTERM
DEScription : Teller Generic Devi
RESOURCE TYPE
DEVice : 3600
TERmmodel :
SESsiontype :
LDclist :
SHippable : Yes
MAPPING PROPERTIES
PAGesize : 001 , 040
ALTPage : 000 , 000
ALTSUffix :
So I want to kown that where is the autoinstall program resided?
And what is diffrences between TYPETERM and AUTOINSTALL program?
Thanks alot.