How to create a session that connects to an MVS ICC console
By default, a Flex Terminal Emulator session configured for standard mainframe 3270 Model 2 will negotiate with the host using a device type of IBM-3278-2-E. However, a console session is typically expecting a different device type, such as IBM-3277-2-E and you must customize the connection setup to accommodate this. Otherwise, the negotiation with the host will fail and you will receive an error such as TCP TN3270E Device Type Rejected RC=6.
- Open the Flex Terminal Emulator Workspace with the appropriate console session added.
- Make sure the session is disconnected, otherwise click the Connect button to toggle it to disconnected (background should be gray with white tex.)
- Click the Setup button.
- Locate and expand the Advanced section.
- In the Device Type Override field, enter the desired device type to negotiate with the host, for example IBM-3277-2-E.
- Click the Connect button to test the connection to the host using the new setting.
Related Articles
Session gets disconnected when left idle for a period of time
My Flex Terminal Emulator session keeps getting disconnected when left idle for a period of time. Is there an option in Flex Terminal Emulator that can be configured to prevent this from happening? Keep Alive is a configurable option available in ...
How to launch multiple Flex Terminal Emulator Workspaces simultaneously
I have created multiple Flex Terminal Emulator Workspaces and would like to start them all simultaneously. Is this something that can be accomplished? A batch file may be used to start multiple instances of the Flex Terminal Emulator executable and ...
Custom buttons for performing advanced functions
With Flex Terminal Emulator, is there a way to create custom buttons that allow the user to perform functions in the emulator? Flex Terminal Emulator Extensions is a powerful tool, which provides enhanced functionality and increased productivity for ...
How to record a login macro and automatically run at startup
Running a simple script that logs into the host is a common request, which is easily accomplished following the steps below: Record a Macro: Open the Flex Terminal Emulator workspace, which contains the session that you want to automatically login ...
How to export a host screen to Microsoft Word
A macro can be used to "scrape" the data from the current Flex Terminal Emulator host screen and export to a Word document. The sample macro code below demonstrates this: Sample Code: Sub Main() ' Create the Word objects Set objWord = ...