Sorry for the confusion, I misspoke.
I meant "the x'0D25' is working" (in the write() in my RPG) --not the x'0d0a'-- to get the CRLF into the file, which it is translating to the '0DOA' and now showing properly in the green screen and in the Windows share both.
Thanks
Alan
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Wednesday, October 30, 2013 2:30 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: Re: CCSID's and viewing IFS file in a Windows Share
Alan,
I'm a bit confused by your post.
The CR character is the same in ASCII, EBCDIC and UTF-8, it's always x'0d'. The LF character is x'25' in EBCDIC, and x'0a' in ASCII/UTF-8.
In an RPG program, you should be coding x'0d25', since this is the EBCDIC codes for CRLF. The only time you'd code x'0D0A' is if your data is already ASCII, and therefore no ASCII/EBCDIC translation is taking place.
But, your message says x'0D0A' is working? Huh? And then you say that the green screen shows 0D0A because it's converting to EBCDIC... that does not make any sense.
Can you explain?
On 10/29/2013 2:19 PM, Alan Cassidy wrote:
Thanks.
Yes, the 0D0A was the first combination I used.
I tried it both ways and even went on the Web to make sure I had it right.
But it's good now. X'0D0A' is indeed working and when I show it in the green screen it shows the 0D0A in hex (presumably converting it to the EBCDIC value), and it is showing as expected in the Windows share folder.
--Alan
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
--------------------------------------------------------------------------------
Confidentiality Notice: This email may contain confidential information or information covered under the Privacy Act, 5 USC 552(a), and/or the Health Insurance Portability and Accountability Act (PL 104-191) and its various implementing regulations and must be protected in accordance with those provisions. It contains information that is legally privileged, confidential or otherwise protected from use or disclosure. This e-mail message, including any attachments, is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. You, the recipient, are obligated to maintain it in a safe, secure and confidential manner. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Thank you.
--------------------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.