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

LU.T3 Configuration Example

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

This sample defines an IBM 3287 Data Stream Compatible (DSC) printer (LU.T3) to CICS.

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

   *  SAMPLE TCT FOR DSC PRINTER (LU.T3)                          *

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

   P015     DFHTCT TYPE=TERMINAL, 3287 DSC PRINTER             

   &

                  ACCMETH=VTAM,                                

   &

                  BUFFER=256,                                         

   &

                  FEATURE=AUDALARM,                                   

   &

                  NETNAME=LUHP015,                              

   &

                  TRMIDNT=P015,

   &

                  PGESTAT=AUTOPAGE,                                   

   &

                  RELREQ=(YES,YES),                                   

   &

                  RUSIZE=256,                                  

   &

                  TRMMODL=2,                                   

   &

                  TRMSTAT=RECEIVE,                                    

   &

                  TRMTYPE=LUTYPE3

   
Feedback to webmaster