X'ac' is a valid code za Connected by DROID on Verizon Wireless
-----Original message----- From: "Shmuel Metz (Seymour J.)" <[email protected]> To: [email protected] Sent: Sun, Dec 9, 2012 02:09:48 GMT+00:00 Subject: Re: How to load logical load x'ac' In <[email protected]>, on 12/07/2012 at 07:37 AM, "Ze'ev Atlas" <[email protected]> said: >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) There is no ¬ in ASCII and 'AC'X is not a valid ASCII code point. >How could I convince all flavors of EBCDIC and EBCDIC upload to >recognize logical not correctly? Whoever is doing the uploading must be code-page aware. If you're uploading your source code to z/OS Unix files then you can use chtag to tag them with the proper character code set. Of course, tagging won't help if you're doing something that doesn't honor the tags. -- Shmuel (Seymour J.) Metz, SysProg and JOAT Atid/2 <http://patriot.net/~shmuel> We don't care. We don't have to care, we're Congress. (S877: The Shut up and Eat Your spam act of 2003) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
