Configuring an Autoinstall program to handle dynamic TCPIP Tn3270 LU pool definitions

Configuring an Autoinstall program to handle dynamic TCPIP Tn3270 LU pool definitions

How can I configure my Autoinstall program to handle dynamic TCPIP Tn3270 LU pool definitions?

The terminal model and associated mode table for a given LU Netname can change with each connection and reuse of the LU. From my readings in the Customization guide, a single model can be provided by a locally provided VTAM Table. This does not handle the case when an LU can change from TN3270 to TN3270E to Mod 2 to Mod 4 on each use. Many other VTAM applications have code that can handle this.

How can I bring this flexibility to CICS? (CICS TS2.2, OS/390 2.10)


    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with data center technologies.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchDataCenter.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDataCenter.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I suspect that the problem is engendered by the CICS region autoinstalling a terminal according to the initial flow -- say its a model 2. Then, when the TN3270 session goes away, the terminal is still around in CICS so when you rebind with a different screen size, like a model 4, you do not get the correct picture.

I suggest you use an AUTOINSTALL model that deletes the terminal definition as soon as the TN3270 connection is dropped. That way when you rebind with a different screen size, you should get the terminal (re)installed correctly.

Robert Harris
Inventor
CICS Technical Strategist -- CICS expert at Search390.com

Editor's note: Do you agree with this expert's response? If you have more to share, post it in one of our .VO7aaqqaAFk.0@/search390>discussion forums.


This was first published in June 2003