Page 1 of 1

Where is the Autoinstall terminal program?

PostPosted: Tue Sep 02, 2014 2:09 pm
by MeSh
Hi freinds
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   )


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  ) 


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             
 


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      :                   


So I want to kown that where is the autoinstall program resided?
And what is diffrences between TYPETERM and AUTOINSTALL program?
Thanks alot.

Re: Where is the Autoinstall terminal program?

PostPosted: Tue Sep 02, 2014 4:50 pm
by enrico-sorichetti
And what is diffrences between TYPETERM and AUTOINSTALL program?


the names should have already given You a hint ...

TYPETERM is the string/token/value that describes the terminal type ( ask Your support for the convention used )

AUTOINSTALL program is the program that gets invoked when a VTAM session request is received by CICS ...
the program according to the standards/conventions used will provide the parameters/values used to define a terminal within CICS

google or search the IBM docs for DFHZATDX ( the IBM supplied VTAM AUTOINSTALLer program ) and You will know/learn all about it