Allocating a bridge facility name for a pseudoconversation when using the Link3270 bridge for transaction routing
In this example the application is controlled by a bridge client on the host.
About this task
This is described in Select Link3270 client scenarios.
Before
running your client program:
- Set the AIBRIDGE system initialization parameter to "yes" in the router region. This causes CICS® to call the autoinstall user-replaceable program when a terminal ID has been allocated.
- Ensure
that your autoinstall user-replaceable program contains
code to change the last character of the terminal ID in
SELECTED-BRFAC-TERMID
if it is set to "}". This character must be changed to a character
that is unique to the system and can be an alphanumeric character
or one of the following special characters: ¢@#./_$?!:|"=¬,;<>
If you are using NETNAME change it by copying SELECTED-BRFAC-TERMID to SELECTED-BRFAC-NETNAME.
Your client program should contain the following steps: