HPlogo HP SNA Products Remote System Configuration Guide: HP 3000 MPE/iX Computer Systems > Appendix C CICS Examples

LU.T1 Configuration Example

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

This sample defines an IBM 3287 SNA Character String (SCS) printer (LU.T1) to CICS.

   *******************************************************************

   *  SAMPLE TCT FOR SCS PRINTER  LU.T1                              *

   *******************************************************************

   P014     DFHTCT TYPE=TERMINAL, 3287 SCS PRINTER             

   &

                  ACCMETH=VTAM,                                

   &

                  BUFFER=256,                                         

   &

                  ERRATT=NO,                                          

   &

                  FEATURE=AUDALARM,                                   

   &

                  FF=YES,                                             

   &

                  HF=YES,                                             

   &

                  VF=YES,                                             

   &

                  NETNAME=LUHP014,                              

   &

                  TRMIDNT=P014,                          

   &

                  PGESTAT=AUTOPAGE,                                   

   &

                  RELREQ=(YES,YES),                                   

   &

                  RUSIZE=256,                                  

   &

                  TRMMODL=2,                                   

   &

                  TRMSTAT=RECEIVE,                                    

   &

                  TRMTYPE=SCSPRT

   
Feedback to webmaster