On Fri, 7 Dec 2012 07:37:15 -0800, Ze'ev Atlas wrote: > >I edit my sourcecode base in ASCII (where it comes from) and�I replace the >circumflex (^) that C loves with logical not (x'AC' in ASCII) that the >mainframe C requires.� Then I load the thing to the mainframe with wc2370 >which defaults to codepage 037 and my mainframe session happily shows logical >not (� = x'5F'). When other people load this, it becomes something like comma (,).�� How could I convince all flavors of EBCDIC and EBCDIC upload to recognize logical not correctly? > FSVO "correctly".
"all flavors"? You probabably can't. If you had the luxury of using z/OS FTP instead of wc2370 (2370?) you could specify "quote site SBDATACONN=(page,page)". I don't know whether wc2370 has similar facilities. Even so, the final result might not be compatible among different EBCDIC code pages. I hate EBCDIC! UTF-8 rocks. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
