On Sun, 27 Sep 2020 19:23:03 -0400, Tony Thigpen <[email protected]> wrote:

>I want TN3270E connections on a specific port to display the VTAM USSTAB
>instead of going directly into CICS. But, if I take the existing
>"DEFAULTAPPL PRODCICS" out of the TNPROF0 member, I am getting what I
>think is the 'solicitor' panel and not the USSTAB I set up.

BEGINVTAM                                                                 
  PORT 23 992                                                             
  DEFAULTLUS                                                              
      TCP00001..TCP00010                                                  
  ENDDEFAULTLUS                                                           
  LUGROUP LUGUK1                                                           
      TCP00011..TCP00020                                                  
  ENDLUGROUP                                                              
  LUMAP UTBA011A 123.123.123.123                                            
  LINEMODEAPPL TSO ; Send all line-mode terminals directly to TSO.        
  ALLOWAPPL TSO* DISCONNECTABLE ; Allow all users access to TSO           
              ; applications.                                             
              ; TSO is multiple applications all beginning with TSO,      
              ; so use the * to get them all.  If a session is closed,    
              ; disconnect the user rather than log off the user.         
  ALLOWAPPL *      ; Allow all applications that have not been            
                   ; previously specified to be accessed.                 
                                                                          
    USSTCP USSTCPBX                                                       
ENDVTAM                                                                   


Cheers,

Jantje.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to