> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Veilleux, Jon L > Sent: Tuesday, March 20, 2007 12:19 PM > To: [email protected] > Subject: Re: JAVA Support for a Novice - square bracket translation > > Here is a REXX ISPF Edit Macro that will translate square > brackets [] to > the correct hex codes. Put it in your CLIST concatination and from he > ISPF edit command line enter 'BRACK' (or whatever you choose to call > it):
<snip> > > Jon L. Veilleux I will mention that this is only needed if you cannot change the codes being sent by your 3270 emulator. I have Hummingbird set up so that the correct IBM-1047 (C language) codes are sent for all the keys. I think this also includes the "vertical bar", which is x'4F', but which many emulators have as the "broken vertical bar" or x'6A'. This in particular has caused problems for our mainframe programmers in that they create files to be ftp'ed to Windows which are "bar separated" (instead of "comma separated") and they get the wrong result after the ftp. I had to create a special ftp translate table just for that problem. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

