Re: learning PL/1 --
"cedarlakebuzzards" <cedarlakebuzzards-/[email protected]> Sun, 29 Aug 2010 10:17:12 -0000
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Changing the codepage alone will not make the PL/I special characters display or print. The 3270 emulator has to get the correct code for the key into the system. As presented below, the autohotkey can do the same thing. It really is a matter of personal preference. I use Vista3270 and I mapped <shift-6> to be the "not" key. --- In [email protected], Ron Hudson <hudson.ra@...> wrote: > > I set the codepage but that doesn't change the character in wc3270 - still a > 1/4 in RPF > > Printed the file with PRINTOFF and the listing still had a ^ not a ¬ > > - not that that is really important I know what a 1/4 or a ^ is now. > > Ron. > > > On Fri, Aug 27, 2010 at 11:50 AM, afg0510@... wrote: > > > > > > > cedarlakebuzzards wants to hear... > > > > on Thursday, August 26, 2010 8:23 PM > > Subject: [turnkey-mvs] Re: learning PL/1 -- > > > > > > > The "mismap" has been commonly accepted for years. If there is some > > > better way to do it, please share it with everyone. We are all anxious > > > to see it. > > > > > > In [email protected] <turnkey-mvs%40yahoogroups.com>, Tony > > Harminc tharminc@ wrote: > > > > If your 3270 emulator supports it, you have to remap a couple of keys > > > > for the 'not' and the 'bar' for concatenation and logical or. You also > > > > need the code page with the PL/I special characters. For Hercules, > > > > See here: http://www.autohotkey.com/ > > It replaces my growing collection of short key strokes called 'hotkeys' > > by 'special keys' and my 'hotstrings' to password(-fragments), commonly > > used abbreviations and/or all the usual stuff we need to fill into online > > forms, > > like name and address. I could even write a logon script. > > > > Most of my hotstrings are comma-letter-letter like: > > ,an --> Andreas > > ,ge --> Geissbuehler > > > > Below is is a 'hotkey' (Ctrl + \) It sends a ¬ > > > > ^\::¬ # this transforms Ctrl+\ to: ¬ > > > > I repeat what I wrote on Thursday, July 15, 2010 11:43 AM > > Subject: [turnkey-mvs] hotstrings: > > <CUT> .... </CUT> > > This package has many features immensly useful in general and > > to herc users in particular to type repetitive operator commands. > > I'd say try it ! > > > > Andreas > > > > > > >