Re: 3270 screens
"mfnoel" <[email protected]> Mon, 20 Sep 2010 18:48:01 -0000
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
In debugging KICKS 3270 output I've found it useful to look at the 3270 stream as the tn3270 client sees it. I know you can do this with the free C3270 client (it's called logging) and I imagine most other tn3270 clients provide similar functionality. TPUT may alter the datastream (depending on STFSMODE). Watch out for 0x01, 04, 06, 14, 17, 24, 26. 37, 3D. They can get turned into colons. --- In [email protected], "cedarlakebuzzards" <cedarlakebuzzards@...> wrote: > > I have a program that does full screen 3270 operations. it seems to > work correctly except when the letters A or B (X'C1', X'C2') follow the > attribute byte. 1 or more characters are then skipped. If I insert a > space between the attribute and the letter, it display correctly. > > My question is does anyone know if the TSO TPUT macro alters the > datastream? maybe I should look at the TN3270 emulator? > > Thanks. > Ed >