Title: README file for x3270pro repository
This repository exists to provide an example of key mapping for x3270 and c3270
as used by the author (andrew.h@derbyshire.us) to access VM.
Note: Do not use the program tn3270. It is older and does not handle all data streams from modern IBM mainframes properly.
The standard terminal sizes for 3270 emulation are:
| Model | Lines | Columns |
|---|---|---|
| 2 | 24 | 80 |
| 3 | 32 | 80 |
| 4 | 43 | 80 |
| 5 | 27 | 132 |
- Install XQuartz https://www.xquartz.org/
- Install xcode: https://developer.apple.com/xcode/downloads/
- Install MacPorts: https://www.macports.org/
- Install packages:
sudo port install x3270sudo port install c3270
sudo apt-get install -y
3270-commonc3270fonts-3270pr3287s3270x3270x3270-docfonts-x3270-misc
Note: Italicized items are optional.
- To install
x3270, first configure the Package system: - Using
suorsudo:pkg_add x3270
As of this writing, c3270 is not available as a NetBSD port, and must be built by hand.
- Configure the Package system:
- Install
gmake:pkg_add gmake
- Fetch the
suite3270source and build it:- Check http://x3270.bgp.nu/download.html for the latest version.
(The following assumes (version 3.6ga8). ftphttp://x3270.bgp.nu/download/03.06/suite3270-3.6ga8-src.tgztar zxf suite3270-3.6ga8-src.tgzcd suite3270-3.6/./configure --enable-c3270gmake
- Check http://x3270.bgp.nu/download.html for the latest version.
- Using
suorsudo:gmake install install.man
If you must run from a console Window, download from http://x3270.bgp.nu/download.html and install:
wc3270
NOTE: If running Windows 10 and it is otherwise possible, use the Windows Subsystem for Linux to install and run the x3270 version. The native Windows version is a console application, and more limited in functionality.
See the dot.x3270pro documentation file.
See the dot.c3270pro documentation file.
This section to To Be Determined.