But if I have DEFAULTAPPL defined as TPX, TCP/IP automatically throws the TPX menu on my screen instead of the TCP/IP solicitor panel. Is there some keystroke sequence I can key in to tell TCP/IP to remove the TPX menu and display the solicitor panel?
Rex -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Arturo Juarez Sent: Wednesday, June 21, 2006 11:53 AM To: [email protected] Subject: Re: TCPIP, Assigning an APPL Hi Bobby, If you have specified the parameter ALLOWAPPL * you should be able to access any other application from the TCP/IP solicitor panel: Enter Your Userid: Password: New password: Application: Just type the APPL id of the application that you need to access in the Application field and you will be in. If the application belongs to another VTAM the verify that you have all the Cross Domain definitiosn in place in order to be able to reach the application. By default you will get the Application field with the APPL id of your TPX, just clear the field and put the one you need. But if you still want to map some LUs to a particular application you can make use of the LUGROUP statement (part of the BEGINVTAM definition) and then use the LUMAP statement, for example: LUGROUP LUGRP1 TCPM0001..TCPM0999 ENDLUGROUP LUMAP LUGRP1 DEFAPPL application_name <<< Place your appl id here You can activate this using the Obey command. Regards ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

